Fixed
Status Update
Comments
br...@google.com <br...@google.com>
ro...@gmail.com <ro...@gmail.com> #2
Same here.
Just try Archive -> Export -> Ad Hoc
if select include bitcode export failed. if unselect - success.
Just try Archive -> Export -> Ad Hoc
if select include bitcode export failed. if unselect - success.
br...@google.com <br...@google.com> #3
@romaroma1986,
I believe this is a different issue to the lack of Bitcode support in Google Maps SDK for iOS, which is being tracked in the following feature request:
https://code.google.com/p/gmaps-api-issues/issues/detail?id=8219
I believe this is a different issue to the lack of Bitcode support in Google Maps SDK for iOS, which is being tracked in the following feature request:
jg...@gmail.com <jg...@gmail.com> #4
Me too! Is there a work around for submitting to the store? Archive -> Export -> Ad Hoc doesn't work when you're submitting ot the store.
ro...@gmail.com <ro...@gmail.com> #5
@brettmor...
Maybe but
I found this report by message generated in xcode after export fail.
Whether they be related?
Just in case i repost this comment to issue you mention.
Maybe but
I found this report by message generated in xcode after export fail.
Whether they be related?
Just in case i repost this comment to issue you mention.
pa...@gmail.com <pa...@gmail.com> #6
any updates on this?
wa...@gmail.com <wa...@gmail.com> #7
I remove the info.plist that has iPhonesimulator and the app still working
co...@gmail.com <co...@gmail.com> #8
[Comment deleted]
co...@gmail.com <co...@gmail.com> #9
You can remove these entries from the Info.plist files that are mentioned. The app will still build and run for an actual device and you can successfully submit to iTunesConnect.
They do have to be present for simulator use, however, so it is a bit if a pain to switch back and forth. But it is still possible to submit a working app bundle.
They do have to be present for simulator use, however, so it is a bit if a pain to switch back and forth. But it is still possible to submit a working app bundle.
du...@gmail.com <du...@gmail.com> #10
Removing CFBundleSupportedPlatforms from
GoogleMaps.bundle -> info.plist &
GoogleMaps.bundle -> GMSCoreResources.bundle -> info.plist works.
Is there any ETA fixing this and Bitcode?
GoogleMaps.bundle -> info.plist &
GoogleMaps.bundle -> GMSCoreResources.bundle -> info.plist works.
Is there any ETA fixing this and Bitcode?
ve...@gmail.com <ve...@gmail.com> #11
Same here. I can confirm that removing CFBundleSupportedPlatforms from both info.plists (GoogleMaps.bundle & GMSCoreResources.bundle) resolves the issue. It also still works in the sim and on device.
lo...@gmail.com <lo...@gmail.com> #12
Temporary fix for projects that use Cocoapods, to be placed at the end of `Podfile`:
```
# Patch GoogleMaps' bundle to avoid iTunes connect submission error
post_install do |installer|
`/usr/libexec/PlistBuddy -c "Delete :CFBundleSupportedPlatforms" ./Pods/GoogleMaps/Frameworks/GoogleMaps.framework/Resources/GoogleMaps.bundle/Info.plist`
end
```
```
# Patch GoogleMaps' bundle to avoid iTunes connect submission error
post_install do |installer|
`/usr/libexec/PlistBuddy -c "Delete :CFBundleSupportedPlatforms" ./Pods/GoogleMaps/Frameworks/GoogleMaps.framework/Resources/GoogleMaps.bundle/Info.plist`
end
```
od...@gmail.com <od...@gmail.com> #13
#13 solution doesn't work for me. Says it can't find ':CFBundleSupportedPlatforms'.
Neither changing the paths works.
Neither changing the paths works.
ka...@gmail.com <ka...@gmail.com> #14
the solution is to manually remove the keys CFBundleSupportedPlatforms from both info.plishts (GoogleMaps.bundle & GMSCoreResources.bundle). I can confirm that after doing so the app runs on device as well as simulator but again this is a temporary fix.
pe...@snugsafety.com <pe...@snugsafety.com> #15
[Comment deleted]
pe...@snugsafety.com <pe...@snugsafety.com> #16
In addition, I had to remove the CFBundleExecutable key from GoogleMaps.bundle/Info.plist
lt...@gmail.com <lt...@gmail.com> #17
This is the extra line needed to #13 solution to work with cocoapods. You will need to blow away the ./pods directory and install again for this to work.
```
# Patch GoogleMaps' bundle to avoid iTunes connect submission error
post_install do |installer|
`/usr/libexec/PlistBuddy -c "Delete :CFBundleSupportedPlatforms" ./Pods/GoogleMaps/Frameworks/GoogleMaps.framework/Resources/GoogleMaps.bundle/Info.plist`
`/usr/libexec/PlistBuddy -c "Delete :CFBundleSupportedPlatforms" ./Pods/GoogleMaps/Frameworks/GoogleMaps.framework/Resources/GoogleMaps.bundle/GMSCoreResources.bundle/Info.plist`
end
```
```
# Patch GoogleMaps' bundle to avoid iTunes connect submission error
post_install do |installer|
`/usr/libexec/PlistBuddy -c "Delete :CFBundleSupportedPlatforms" ./Pods/GoogleMaps/Frameworks/GoogleMaps.framework/Resources/GoogleMaps.bundle/Info.plist`
`/usr/libexec/PlistBuddy -c "Delete :CFBundleSupportedPlatforms" ./Pods/GoogleMaps/Frameworks/GoogleMaps.framework/Resources/GoogleMaps.bundle/GMSCoreResources.bundle/Info.plist`
end
```
br...@google.com <br...@google.com> #18
Fixed in Google Maps SDK for iOS version 1.10.3
dp...@gmail.com <dp...@gmail.com> #19
This bug is back in v 1.11.0 of GoogleMaps iOS SDK
br...@google.com <br...@google.com> #20
Thanks for the report, I'll chase up with engineering.
br...@google.com <br...@google.com> #21
Dpreston10,
The fix we did for 1.10.3 is still present in 1.11.0, so it's not a reprise of this bug, but a shiny new one. Can you raise a new bug with all the reproduction steps and the resulting failure mode so we can look into it?
brett
The fix we did for 1.10.3 is still present in 1.11.0, so it's not a reprise of this bug, but a shiny new one. Can you raise a new bug with all the reproduction steps and the resulting failure mode so we can look into it?
brett
Description
demonstration page if at all possible, or attach code.
1. Install Google Maps SDK via CocoaPods
2. Archive app
3. Attempt to upload to iTunesConnect
Both the info.plist files in GoogleMaps.bundle and GMSCoreResources.bundle contain a value "iPhoneSimulator" for the key "CFBundleSupportedPlatforms" which is apparently invalid.
Operating system version: OS X 10.10.5
Google Maps SDK for iOS version: 1.10.2
Hardware model:
*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************