Skip to content

[google_sign_in_ios] Update iOS SDK to 7.1.0 (was: Failing check_podspecs.) #145866

@ditman

Description

@ditman

The recent update of the GoogleSignIn iOS SDK to v7.1.0 seems to have broken our CI in 2 ways:

  1. Mac_x64 check_podspecs - Build failure.
  2. Mac_arm64 ios_platform_tests_shard_1 master - Build failure.

As a mitigation, the version of the SDK has been pinned to 7.0.0, here:

But the pin needs to be cleaned up.


Earlier description

The "Mac_x64 check_podspecs" seems to be consistently failing in flutter/packages; there's a warning while checking google_sign_in_os:

 - WARN  | swift: The validator used Swift `4.0` by default because no Swift
version was specified. To specify a Swift version during validation, add the
`swift_versions` attribute in your podspec. Note that usage of a `.swift-version`
file is now deprecated.

(Example of the Failure.)

In the meantime, --allow-warnings has been added to podspec_check_command.dart to unblock the tree. (Please, revert flutter/packages#6416 as part of this fix!) Reverted, as the change exposed another issue, mentioned below!

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 specificallyteam-iosOwned by iOS platform team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions