aws-amplify / aws-sdk-ios

AWS SDK for iOS. For more information, see our web site:
https://aws-amplify.github.io/docs
Other
1.68k stars 879 forks source link

When can we adapt to the version of GoogleSignIn with Privacy manifest? #5286

Open GitFreedom opened 5 months ago

GitFreedom commented 5 months ago

When I upgraded AWS GoogleSignIn and GoogleSignIn to versions with Privacy manifest at the same time, they crashed.

phantumcode commented 5 months ago

@GitFreedom Thanks for submitting the issue. What version of aws-sdk-ios are you using? What crash is occurring? Do you have a stacktrace or exception of the crash? Can you provide detailed steps to help us reproduce the issue?

GitFreedom commented 5 months ago

GoogleSignIn 7.1.0 AWSGoogleSignIn 2.35.0

截屏2024-04-11 10 52 46

The cause of the crash is that the definition of GIDSignIn in the new version of GoogleSignIn and the new version of AWS GoogleSignIn do not correspond to each other.

5d commented 5 months ago

The aws-sdk-ios library has included the GoogleSignIn framework in its version 5.0.2. Could you try to build it without dependency GoogleSignIn 7.1.0? or you need some new features from GoogleSignIn 7.1.0?