您的位置:首页 > 其它

Xcode 升级到7后,打包ipa提交出现问题 Unexpected CFBundleExecutable key

2015-09-24 17:22 417 查看
down
vote
I encountered the same problem today with the same exact error message when trying to submit our app (using Xcode 7 beta 5) but instead of the
instabug.bundle
bit,
it was for me
TencentOpenApi_IOS_Bundle.bundle
.

I solved the problem by finding the named bundle in the project then - just as the error message suggests - edited the
Info.plist
that
is in the bundle by removing the
CFBundleExecutable
key. The
CFBundlePackageType
key
was already set to
BNDL
so I didn't touch it.

After these changes I did Product > Clean and then had no problem submitting the app to the App store.

I hope this helps.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: