1
votes

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.

2
remove the CFBundleExecutable key in the plistKKRocks
When I have done the same I'm getting an error saying "Application loader is unable to load your package. You must supply CFBundleIdentifier for this request " ..Have any1 faced the same issue anytime while loading with Application loaderSrkRaj
did you find any solution?nr5
I'm having this problem, too. Any update?Patrick Lynch

2 Answers

1
votes

I had the same issue, with Xcode 11.5, and found the solution in Apple Developer Forum its Worked for me.

0
votes

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...