Skip to content

Mark google_sign_in as not supporting arm64 iOS simulators #87243

Closed
flutter/plugins
#4208
@jmagman

Description

@jmagman

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)

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work listp: google_sign_inThe Google Sign-In 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