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

Mark google_sign_in as not supporting arm64 iOS simulators #87243

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#4208
Closed

Mark google_sign_in as not supporting arm64 iOS simulators #87243

jmagman opened this issue Jul 29, 2021 · 1 comment · Fixed by flutter/plugins#4208
Assignees
Labels
p: google_sign_in The Google Sign-In 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 GoogleSignIn iOS SDK dependency pre-6.0 did not support ARM iOS simulators.

But their podspec didn't contain 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' https://github.com/CocoaPods/Specs/blob/master/Specs/d/4/0/GoogleSignIn/5.0.2/GoogleSignIn.podspec.json

Set it in google_sign_in.podspec instead until it can adopt 6.0, which does support it.

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

#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: google_sign_in The Google Sign-In 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