It looks like you're new here. If you want to get involved, click one of these buttons!
Hey guys!
I'm having this problem to update my app to App Store:
ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at 'Payload/AmarganAMatematica.app/RuntimeResources.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."
Is there anyone having this problem?
I'm using Xcode 8
Comments
@erickyamato Try looking at something like:
http://stackoverflow.com/questions/32622899/itms-90535-unable-to-publish-ios-app-with-latest-google-signin-sdk
Looks like some sort of plist item needs removing...
I'll try to do it and after I comment here the results
@brookesi , I expanded the
RuntimeResources.bundle
, looked forinfo.plist
and removed the string ofExecutable file
.After uploading to iTunes Connect, I received an email that my App is invalid, same problem as you
I'll follow your post!