GTMAppAuth
GTMAppAuth copied to clipboard
Exception on GTMOAuth2KeychainCompatibility authForGoogleFromKeychainForName
The recommended migration path fires an exception in OID, due to https://github.com/openid/AppAuth-iOS/commit/270b506491e782dab3358f7c482ec2ad18083df9#diff-6d1b9ebb2951078488b4dd4487c4d8e0
This is super-duper awful because (a) the migration path is typically in app startup, and (b) there is no user-accessible way to wipe an app's keychain to work around the crash.
Please see: https://github.com/openid/AppAuth-iOS/pull/117
This is tracking issue https://github.com/openid/AppAuth-iOS/issues/105
A workaround for this issue has been committed to AppAuth-iOS. @protocol86 will fix the root cause here, but clients should be un-blocked now.