Skip to content

Mark google_maps_flutter as not supporting arm64 iOS simulators #87242

@jmagman

Description

@jmagman

The Google Maps iOS SDK dependency does not yet support ARM iOS simulators https://developers.google.com/maps/faq#demoappxcode12
Internal 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.json

Set it in google_maps_flutter.podspec instead until they do support it.

  s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

See #85713 (comment)

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work listp: mapsGoogle Maps pluginpackageflutter/packages repository. See also p: labels.platform-iosiOS applications specifically

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions