-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listteam-iosOwned by iOS platform teamOwned by iOS platform team
Description
Failures like this:
ARC Semantic Issue (Xcode): No visible @interface for 'OIDTokenRequest' declares the selector 'initWithConfiguration:grantType:authorizationCode:redirectURL:clientID:clientSecret:scope:refreshToken:codeVerifier:additionalParameters:' /opt/s/w/ir/x/t/flutter_module_test.2qv8Dg/hello/.ios/Pods/GTMAppAuth/GTMAppAuth/Sources/GTMOAuth2KeychainCompatibility.m:136:31
started happening following the release of AppAuth version 1.7.0: https://github.com/openid/AppAuth-iOS/releases/tag/1.7.0
This version is picked up by the dependency specified by the squiggle arrow here:
By way of the version specified by the google_sign_in plugin here:
From the pubspec.yaml of the module test app here:
| google_sign_in_ios: 5.5.0 |
Updating to a newer version of the google_sign_in pub package does not resolve the issue.
cc @stuartmorgan @jason-simmons @jmagman @vashworth
cc @QuncCccccc the framework gardener.
marcellocamara
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listteam-iosOwned by iOS platform teamOwned by iOS platform team