美文网首页
Xcode导出IPA文件

Xcode导出IPA文件

作者: spectatorNan | 来源:发表于2016-03-14 14:51 被阅读811次

方式一:

  1. 编译
    Product -> Archive


  2. 导出


根据自己的需要选择。


方式二:

进入 资源库 -> Developer -> Xcode -> Developer -> 自己的工程 -> Build -> Products
这个文件夹下就可以找到自己需要的APP了。

/Users/<username>/Library/Developer/Xcode/DerivedData/<ProjectName>/Build/Products/```
路径参数随自己的Mac修改.

或者在项目中编译出app。然后右键 show in finder
![](https://img.haomeiwen.com/i1730829/fbe47b9c122dc522.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

####要注意的是,此时编译出来的如果是debug版,你选择的就是debug,如果是release版,你找到也就是release,建议用方式二去看看目录下面有哪些东西

找到APP后,丢入iTunes中自动生成IPA文件,右击 show in finder就可以看到IPA文件了。

相关文章

网友评论

      本文标题:Xcode导出IPA文件

      本文链接:https://www.haomeiwen.com/subject/ooeflttx.html