Mark google_maps_flutter as not supporting arm64 iOS simulators #87242
Labels
p: maps
Google Maps plugin
P1
High-priority issues at the top of the work list
package
flutter/packages repository. See also p: labels.
platform-ios
iOS applications specifically
The
Google Maps
iOS SDK dependency does not yet support ARM iOS simulators https://developers.google.com/maps/faq#demoappxcode12Internal bug: b/171267982
But their podspec doesn't contain
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
https://github.com/CocoaPods/Specs/blob/master/Specs/a/d/d/GoogleMaps/5.1.0/GoogleMaps.podspec.jsonSet it in
google_maps_flutter.podspec
instead until they do support it.See #85713 (comment)
The text was updated successfully, but these errors were encountered: