ERROR ITMS-90171: “Invalid Bundle Structure: 上传appStore报错记录

【问题】上传AppStore 报错:ERROR ITMS-90171: "Invalid Bundle Structure

App Store Connect Operation Error
ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'XXX.app/XXLocationKit' 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."

【解决方案】

在生成得.app 中包含 可行性文件:排查引入 xxx.framework等依赖库的时候是否错误的加入到资源目录:

参考链接:https://medium.com/@ingridsilapan/how-to-fix-invalid-bundle-structure-error-due-to-executable-in-resource-bundle-95cb56b96fce

猜你喜欢

转载自blog.csdn.net/shaobo8910/article/details/111315261