解决打包时出现的Failed to verify bitcode
- 原因是选择的库没有添加上,找到对应的库 ,选择targets,点击+号,重新添加
打包提示错误 An error occurred during export
- 在Target 选择 Build Setting 搜索Enable Bitcode设置为NO,假如你用Cocoapods务必将所有pod库中的Enable Bitcode都设置为NO
本文标题:iOS 打包错误
本文链接:https://www.haomeiwen.com/subject/tpxdsxtx.html
网友评论