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

Pod Error Transitive Dependencies #46

Closed
richardreyes opened this issue Feb 27, 2016 · 2 comments
Closed

Pod Error Transitive Dependencies #46

richardreyes opened this issue Feb 27, 2016 · 2 comments

Comments

@richardreyes
Copy link

Hi,

I am trying to build FirebaseUI-iOS-master/examples/FirebaseUIChat when I ran pod install here's what I got:

[!] The 'Pods' target has transitive dependencies that include static binaries: (/Users/richardgreyes/Downloads/FirebaseUI-iOS-master/examples/FirebaseUIChat/Pods/Google/Libraries/libGGLCore.a and /Users/richardgreyes/Downloads/FirebaseUI-iOS-master/examples/FirebaseUIChat/Pods/Google/Libraries/libGGLSignIn.a)

How can I fix this?

Thanks

@jacoplane
Copy link

Having the same issue. I'm not trying the run the chat sample, but simply trying to install FirebaseUI to my existing project.

@davideast
Copy link
Member

This is likely because you're using use_frameworks! with the Auth pod included. The current Google Auth pod, doesn't work with use_frameworks!.

If you're just looking for UI bindings use: pod FirebaseUI/Core

Or if you need to use the Auth pod, just remove use_frameworks!.

I'm closing this issue, but give me a holler if it's still broken after these suggestions.

@ghost ghost mentioned this issue Jul 26, 2017
@kendyx999x kendyx999x mentioned this issue Nov 1, 2017
@black-pixel-source black-pixel-source mentioned this issue Jun 23, 2019
Closed
@gmore gmore mentioned this issue Sep 4, 2019
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

No branches or pull requests

3 participants