App Processing Error: Unexpected CFBundleExecutable Key

梦想的初衷 提交于 2019-12-07 11:11:03

问题


I am trying to submit to Apple with bitCode enabled. Everytime i submit I am getting this email.

We have discovered one or more issues with your recent delivery for "MyAPPP". To process your delivery, the following issues must be corrected:

Unexpected CFBundleExecutable Key - The bundle at '/Payload/MyAPPP.app/Base.lproj' 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.

My application's info.plist has following.

Cocoa Pods for every pod has info.plist as

All Pods are here.


回答1:


I faced the same issue. Finally I got a solution.

In my case, Info.plist file was added to Copy Bundle Resources in Build Phase. I just remove it from Copy Bundle Resources and it worked!



来源:https://stackoverflow.com/questions/39512387/app-processing-error-unexpected-cfbundleexecutable-key

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!