Mark google_sign_in as not supporting arm64 iOS simulators #87243
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
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.jsonSet it in
google_sign_in.podspec
instead until it can adopt 6.0, which does support it.#85713 (comment)
The text was updated successfully, but these errors were encountered: