错误:上传App Store 时报错

今天把集成了环信客服的程序上传到appstore时报了一下错误:

iTunes Store operation failed.
Unexpected CFBundleExecutable Key. The bundle at 'Payload/ZengLongSeSha.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 file字段去掉

参考文件:【AlenChen】的【iOS上传App方法和问题】

你可能感兴趣的:(错误:上传App Store 时报错)