今天打包项目时遇到报错 ITMS-90087、 ITMS-90209、ITMS-90125、警告 ITMS-90080的报错,如下:
ERROR ITMS-90087: "Unsupported Architectures. The executable for Leyou.app/Frameworks/ArcGIS.framework contains unsupported architectures '[x86_64]'."
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'Leyou.app/Frameworks/ArcGIS.framework/ArcGIS' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
ERROR ITMS-90125: "The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load comman

本文介绍了在打包iOS应用时遇到的ITMS-90087、ITMS-90209、ITMS-90125错误的解决方法。问题源于ArcGIS.framework包含了AppStore不支持的架构,通过删除特定架构并重新打包,成功解决了问题。建议尽量避免手动集成三方库,推荐使用cocoapods或Carthage。
最低0.47元/天 解锁文章
1万+

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



