上传 App Store 问题整理

ERROR ITMS-90535

错误描述:
ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at 'Payload/.app/xxx.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."
解决办法:
找到出问题的 bundle 文件的 info.plist 文件,将 Executable file 删除即可

ERROR ITMS-90542

错误描述:
ERROR ITMS-90542: "Invalid CFBundleSupportedPlatforms value. The key 'CFBundleSupportedPlatforms' in the Info.plist file in bundle 'Payload/.app/xxx.bundle' contains an invalid value '[iPhoneSimulator]'. Consider removing the CFBundleSupportedPlatforms key from the Info.plist. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue."
解决办法:
若 bundle 是自己生成的,需要选中真机后重新生成。(实测有效)
若 bundle 是第三方的,需要找到 info.plist 文件将 DTSDKName 与 DTPlatformName 修改为非虚拟机的参数。(未实测)
如下图:


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章