提示错误有2个:
1、An error occurred during export.
2、The file “xxx.ipa” couldn’t be opened because there is no such file.
解决途径:在Target 选择 Build Setting 搜索Enable Bitcode设置为NO,假如你用Cocoapods务必将所有pod库中的Enable Bitcode都设置为NO
本文介绍了解决iOS应用IPA文件导出过程中遇到的两个常见错误的方法。通过将项目的Bitcode选项设置为NO来解决这些问题,如果使用Cocoapods,则需要确保所有pod库中的Bitcode也设置为NO。
提示错误有2个:
1、An error occurred during export.
2、The file “xxx.ipa” couldn’t be opened because there is no such file.
解决途径:在Target 选择 Build Setting 搜索Enable Bitcode设置为NO,假如你用Cocoapods务必将所有pod库中的Enable Bitcode都设置为NO
1万+
434

被折叠的 条评论
为什么被折叠?