XCode7打包ipa文件提示错误
2015-10-15 本文已影响2890人
iStig
提示错误有2个
An error occurred during export.
![](https://img.haomeiwen.com/i138651/f956695e87673c4e.png)
The file “xxx.ipa” couldn’t be opened because there is no such file.
![](https://img.haomeiwen.com/i138651/1f412cb5e0bdf8cb.png)
解决途径
在Target 选择 Build Setting 搜索Enable Bitcode设置为NO
![](https://img.haomeiwen.com/i138651/178422ca838366d0.png)
假如你用Cocoapods务必将所有pod库中的Enable Bitcode都设置为NO
![](https://img.haomeiwen.com/i138651/4cfac30a82dcc5c3.png)
然后你可以开开心心编译成功了,祝玩得痛快~😄😄