GoogleSignIn-iOS icon indicating copy to clipboard operation
GoogleSignIn-iOS copied to clipboard

Fix Undefined symbols issue

Open alvarhansen opened this issue 1 year ago • 0 comments

Add AppAuthCore as explicit dependency to GoogleSignIn target as there are symbols that it uses from that library.

It is needed where GoogleSignIn is used as dynamic library/framework. This is the case when GoogleSignIn is added to multiple targets in dependency graph where 2 dynamic libraries/frameworks exist.

Example of it can be seen in project that @cjwirth provided in #408.

Fixes: https://github.com/google/GoogleSignIn-iOS/issues/408

alvarhansen avatar Sep 02 '24 08:09 alvarhansen