Reputation: 21
I am using apple's Test flight for delivering app to client for testing. I'm facing this error
ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at 'Payload/MyAppName.app/GooglePlus.bundle' 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."
Tried every solution suggested in google like removing CFBundleExecutable
key and changing CFBundlePackageType BNDL
.When I run the project later in device its showing error as
"missing or invalid CFBundleExecutable in its info.plist"
Here's the screenshot my info.plist file
Help me out soon with a valid solution.
Upvotes: 2
Views: 2682
Reputation: 148
I had the same issue, with Xcode 11.5, and found the solution in Apple Developer Forum its Worked for me.
Upvotes: 1
Reputation: 2001
I got this error when I accidentally tried to submit a build to the Appstore from Xcode 10.2 beta 3. When I realized the error and re-archived and re-submitted using the release version of Xcode (10.1), everything worked properly...
Upvotes: 0