iOS Question Publishing problem with iTunes Connect Uploader

mauro vicamini

Active Member
Licensed User
Longtime User
Hi everyone,
when submitting my project to iTunes with the iTunes Connect Uploader I get this error:

B4X:
[2016-05-24 03:26:59 PDT] <main> DBG-X:   parameter Version = 1.8.8
[2016-05-24 03:26:59 PDT] <main> DBG-X:   parameter iTMSTransporterMode = upload
[2016-05-24 03:26:59 PDT] <main>  INFO: id = 20160524032659-054
[2016-05-24 03:27:02 PDT] <main> DBG-X: Apple's web service operation return value:
[2016-05-24 03:27:02 PDT] <main> DBG-X:   parameter ErrorMessage = ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at 'Payload/Revolution.app/GoogleMaps.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."
ERROR ITMS-90542: "Invalid CFBundleSupportedPlatforms value. The key 'CFBundleSupportedPlatforms' in the Info.plist file in bundle 'Payload/Revolution.app/GoogleMaps.bundle' contains an invalid value '( "iPhoneSimulator" )'. Consider removing the CFBundleSupportedPlatforms key from the Info.plist. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue."
ERROR ITMS-90542: "Invalid CFBundleSupportedPlatforms value. The key 'CFBundleSupportedPlatforms' in the Info.plist file in bundle 'Payload/Revolution.app/GoogleMaps.bundle/GMSCoreResources.bundle' contains an invalid value '( "iPhoneSimulator" )'. Consider removing the CFBundleSupportedPlatforms key from the Info.plist. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue.
(1102)
[2016-05-24 03:27:02 PDT] <main> DBG-X:   parameter CPUToken = a2ac164a-f3a2-4115-bb8a-d72d805cd5ba/1464085613175
[2016-05-24 03:27:02 PDT] <main> DBG-X:   parameter AssetsToDescribe = [{UTI=com.apple.ipa, Role=source, ShouldDescribeAsset=true, Filename=Revolution.ipa}]
[2016-05-24 03:27:02 PDT] <main> DBG-X:   parameter FileSizes = {Revolution.ipa=8356207}
[2016-05-24 03:27:02 PDT] <main> DBG-X:   parameter Checksums = {Revolution.ipa=6449783d8a909d1cf9ea0cac1f189eea}
[2016-05-24 03:27:02 PDT] <main> DBG-X:   parameter Errors = [ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at 'Payload/Revolution.app/GoogleMaps.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.", ERROR ITMS-90542: "Invalid CFBundleSupportedPlatforms value. The key 'CFBundleSupportedPlatforms' in the Info.plist file in bundle 'Payload/Revolution.app/GoogleMaps.bundle' contains an invalid value '( "iPhoneSimulator" )'. Consider removing the CFBundleSupportedPlatforms key from the Info.plist. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue.", ERROR ITMS-90542: "Invalid CFBundleSupportedPlatforms value. The key 'CFBundleSupportedPlatforms' in the Info.plist file in bundle 'Payload/Revolution.app/GoogleMaps.bundle/GMSCoreResources.bundle' contains an invalid value '( "iPhoneSimulator" )'. Consider removing the CFBundleSupportedPlatforms key from the Info.plist. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue."]
[2016-05-24 03:27:02 PDT] <main> DBG-X:   parameter ErrorCode = 1102
[2016-05-24 03:27:02 PDT] <main> DBG-X:   parameter Success = false
[2016-05-24 03:27:02 PDT] <main> DBG-X:   parameter FilesToUpload = [metadata.xml, Revolution.ipa]
[2016-05-24 03:27:02 PDT] <main> DBG-X:   parameter MinimumFileSizeThresholdForCheckum = 104857600
[2016-05-24 03:27:02 PDT] <main> ERROR: ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at 'Payload/Revolution.app/GoogleMaps.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."
[2016-05-24 03:27:02 PDT] <main> ERROR: ERROR ITMS-90542: "Invalid CFBundleSupportedPlatforms value. The key 'CFBundleSupportedPlatforms' in the Info.plist file in bundle 'Payload/Revolution.app/GoogleMaps.bundle' contains an invalid value '( "iPhoneSimulator" )'. Consider removing the CFBundleSupportedPlatforms key from the Info.plist. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue."
[2016-05-24 03:27:02 PDT] <main> ERROR: ERROR ITMS-90542: "Invalid CFBundleSupportedPlatforms value. The key 'CFBundleSupportedPlatforms' in the Info.plist file in bundle 'Payload/Revolution.app/GoogleMaps.bundle/GMSCoreResources.bundle' contains an invalid value '( "iPhoneSimulator" )'. Consider removing the CFBundleSupportedPlatforms key from the Info.plist. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue."
[2016-05-24 03:27:02 PDT] <main> DBG-X: The error code is: 1102
[2016-05-24 03:27:02 PDT] <main>  INFO: Done performing authentication.
[2016-05-24 03:27:03 PDT] <main> DBG-X: Returning 1
2016-05-24 03:27:03.403 altool[84014:38173254]  Out:

I don't know where I could correct the error relative to GoogleMap bundle or what I've to do.

Thanks
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…