Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Undefined symbols issue #470

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alvarhansen
Copy link

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: #408

Add AppAuthCore as explicit dependency to GoogleSignIn target.
@danibachar
Copy link

Would love to see this merged, this low level SDK is used by so many other Google related SDKs, which makes it hard, or even impossible to fork and consume separately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Undefined symbols when used as dependency of multiple targets (Swift Packages in Xcode)
2 participants