-
Notifications
You must be signed in to change notification settings - Fork 28.5k
[google_maps_flutter] [ios] Unpin GoogleMaps cocoapod. #63530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Even if they fix in 3.10.1, you will probably never be able to allow 3.10. |
I'd expect that once they publish 3.10.1 cocoapod will never resolve to the older 3.10.0? |
🤷♀️ Depends on if other dependencies use |
https://guides.cocoapods.org/syntax/podfile.html#pod I guess it can be something like: |
So, at the time GoogleMaps iOS SDK is in version 4.2.0 and the flutter_package still use the 3.9.0 SDK for iOS, also they announce drop ios 10 support for version 5.0, can the google maps flutter package use the latest iOS SDK? https://developers.google.com/maps/documentation/ios-sdk/releases |
Flutter 2 still has a minimum of Xcode 11.0, but recommends 12.0.1. In any case, the infra story is past Xcode 12 now. |
@jmagman yep, I think it's worth a try. I created this issue while gardening and iOS is not my jam, but this looks safe. After some time, the 3.10 dependency on a more modern XCode was documented, btw!
If we're past that, we should be fine, I guess? |
Our infra is past that, but the minimum required on Flutter 2 isn't. I think unpinning is probably the best idea since individual users can have control over what |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
There seems to be a problem with the GoogleMaps 3.10 cocoapod, requiring XCode 11.4 to compile in an undocumented way.
Our test runners currently use XCode 11.3.1, so when the google_maps_flutter plugin started getting the GoogleMaps 3.10 pod, builds started to fail.
The issue was investigated and mitigated here.
Remove the pin to
'<3.10'
on google_map_flutter's podspec file once Flutter infra has been updated to XCode 11.4+(Updates on b/163474612: Comment 4 says that they'll update documentation stating that a new version of XCode is required. Comment 5 says that a workaround is to get XCode 11.4)
The text was updated successfully, but these errors were encountered: