I have an iOS app that works fine when I deploy to an iPhone but throws the following error when attempting to submit to the App Store via Xcode.
How would I go about unblocking this?
Any help is greatly appreciated.
Unexpected CFBundleExecutable Key. The bundle at 'Payload/Picsolve.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.
I have checked what the error suggests... and it looks like the CFBundleExecutable key does not exist and the CFBundlePackageType of BNDL already exists.
I removed the Executable File item, and then did a project clean followed by Archive. I then attempted to validate the new archive for app store submission and the same error message displayed.