-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Undefined symbol after cocoapod import #16
Comments
Ye this was meant for the general library and not the samples ;) |
This does seem like an issue in the SDK that should be addressed :) |
Can you share your Podfile and Podfile.lock? Did you add any other pods? |
Okay so I can't recreate it but I'm going to give a complete list of what i tried yesterday:
What might have worked.
|
For posterity: the missing symbols are from GTMSessionFetcher, which is a dependency of the |
Experimenting with the same issue when trying to run my app with all of the Google MLKit pod installed in SwiftUI emulator. I don't understand your solution. Maybe the solution is to exclude this from emulator builds? How can achieve it? |
After trying to implement library with cocoapods to an existing project I get following errors:
The text was updated successfully, but these errors were encountered: