Closed
Description
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)