1

I am trying to upload archive for TestFlight testing in Xcode 7 and it gives me the error:

enter image description here

I tried to remove CFBundleExecutable key and set CFBundlePackageType to BNDL, the way it is recommended here:

Unexpected CFBundleExecutable key

and here:

https://code.google.com/p/gmaps-api-issues/issues/detail?id=8488

However, it starts giving me the following error:

enter image description here

My version of google maps is 1.11.0

So, I am not sure what to try next. Any suggestions?

Community
  • 1
  • 1
Nikita Vlasenko
  • 4,004
  • 7
  • 47
  • 87

2 Answers2

0

The solution was to reinstall Google Maps from version 1.11.0 to 1.11.1. No info.plist key changes/deletions were necessary. In the process I also faced the pod install command taking forever to run and used the appropriate solution:

cocoapods - 'pod install' takes forever

Community
  • 1
  • 1
Nikita Vlasenko
  • 4,004
  • 7
  • 47
  • 87
0

CFBundleSupportedPlatforms Replace with iPhoneSimulator to iPhoneOS in both GoogleMap.info -> info.plist and GSMCoreResources.bundle -> info.plist

Also remove Executable file property in GoogleMap.bundle -> info.plist and GSMCoreResources.bundle -> info.plist