美文网首页testflight
TestFlight提交报错ERROR ITMS-90171

TestFlight提交报错ERROR ITMS-90171

作者: testflightTF | 来源:发表于2020-10-18 09:13 被阅读0次

TestFlight提交报错ERROR ITMS-90171

ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'Observ520_final.app/TestObservHook.dylib' 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."

译文意思是:

错误ITMS-90171:“无效的捆绑结构-二进制文件'Observ520_final.app/TestObservHook.dylib。是不允许的。您的应用程序不能包含独立的可执行文件或库,除了支持bundle的有效CFBundleExecutable。请参考绑定包编程指南https://developer.apple.com/go/?id=bundle-structure用于获取iOS应用程序捆绑结构的信息。”

解决方法是找到TestObservHook.dylib直接删除即可

相关文章

网友评论

    本文标题:TestFlight提交报错ERROR ITMS-90171

    本文链接:https://www.haomeiwen.com/subject/fccfmktx.html