上线遇到CFBundleExecutable问题解决
2019-12-04 本文已影响0人
Clark_new
错误内容
iTunes Store operation failed.
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.
把第三方中用到的Info.plist文件中的Executable file字段去掉就可以了