8000 Mark google_maps_flutter as not supporting arm64 iOS simulators · Issue #87242 · flutter/flutter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Mark google_maps_flutter as not supporting arm64 iOS simulators #87242

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

Closed
jmagman opened this issue Jul 29, 2021 · 1 comment · Fixed by flutter/plugins#4209
Closed

Mark google_maps_flutter as not supporting arm64 iOS simulators #87242

jmagman opened this issue Jul 29, 2021 · 1 comment · Fixed by flutter/plugins#4209
Assignees
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

Comments

@jmagman
Copy link
Member
jmagman commented Jul 29, 2021

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)

@github-actions
Copy link

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 flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 17, 2021
@flutter-triage-bot flutter-triage-bot bot added the package flutter/packages repository. See also p: labels. label Jul 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant
0