App上線-Unexpected CFBundleExecutable Key


App 上傳AppStore報錯:Unexpected CFBundleExecutable Key

 

ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at 'Payload/xxxxx.app/HelpDeskUIResource.bundle' does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue."

解決方法,找到第三方的info.plist文件,找到包含executable的那一行刪除。然后在文件搜索info.plist,找到,刪除。之后后續的錯誤如下

 

應用程序的info.plist的文件不包含 Executable file
第三方的info.plist里面Executable file這個要刪除(自己的不能刪哦)
所以說不要在工程里直接搜info.plist,會把自己的誤刪掉。然后我就默默替換了info.plist文件,也可以自己添加的哦,我是覺得替換比較快。找到HelpDeskUIResource.bundle,里邊有一個info.plist。找到Executable file刪除。(直接搜文件搜不到)

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM