-
Notifications
You must be signed in to change notification settings - Fork 29.5k
Closed
flutter/plugins
#4208Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listp: google_sign_inThe Google Sign-In pluginThe Google Sign-In pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specifically
Description
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' }mono0926
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listp: google_sign_inThe Google Sign-In pluginThe Google Sign-In pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specifically