Unexpected Cfbundleexecutable Key

Unexpected CFBundleExecutable key

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.

Unable to submit iOS app due to Unexpected CFBundleExecutable Key

Explicitly removing the CFBundleExecutable key in the plist fixed the problem.

App Processing Error: Unexpected CFBundleExecutable Key

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!

Nativescript: ITMS-90535: Unexpected CFBundleExecutable Key

I could solve the issue now. I had to update my nativescript version to 6.5 and migrate my project. After this I could build and upload the project via xcode.



Related Topics



Leave a reply



Submit