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

来源:互联网 发布:js是什么牌子的衣服 编辑:程序博客网 时间:2024/06/10 17:25


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.

1 0
原创粉丝点击