Dear developer,
We have discovered one or more issues with your recent delivery for "KKSC". To process your delivery, the following issues must be corrected:
Unexpected CFBundleExecutable Key - The bundle at '/Payload/MyApp.app/Base.lproj/Info.plist' 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.
Once these issues have been corrected, you can then redeliver the corrected binary.
Regards,
We have discovered one or more issues with your recent delivery for "KKSC". To process your delivery, the following issues must be corrected:
Unexpected CFBundleExecutable Key - The bundle at '/Payload/MyApp.app/Base.lproj/Info.plist' 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.
Once these issues have been corrected, you can then redeliver the corrected binary.
Regards,
The App Store team
原因:1,三方框架的info.plist文件问题文件,去更新过这个三方框架或者把info.plist中的 CFBundleExecutable 删掉(网上能搜到)
2.还是info.plist问题,本人遇到的,感觉是别人故意埋得坑,在项目的根目录里的一个文件夹里有一个info.plist文件,这个文件没用,但是在xcode中搜不到这个文件,需要到根目录下搜索并删除