- 上传AppStore错误:ERROR ITMS-90171
- 上传AppStore报错ERROR ITMS-90725
- TestFlight提交报错ERROR ITMS-90171
- BatteryStation.app/HelloSDKBundl
- 上传AppStore报错:ERROR ITMS-90206:"I
- IOS iPhone App Submitting - Erro
- AppStore上架报ERROR ITMS-90535错误
- ERROR ITMS-90717: “Invalid App S
- An error occurred uploading to t
- 上线打包出现错误整理90362,90535,4238
ERROR ITMS-90171: "Invalid Bundle Structure - The binary file '**.app/**' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure."
解决方案:
- 进入
Build Phases=>Embed Frameworks
- 将报错的
framework
移除。
网友评论