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

Unable to install through CocoaPods #48

Closed
pvub opened this issue Mar 9, 2016 · 1 comment
Closed

Unable to install through CocoaPods #48

pvub opened this issue Mar 9, 2016 · 1 comment

Comments

@pvub
Copy link

pvub commented Mar 9, 2016

Using cocoapods 0.39.0

Using with swift. This is what I have in my podfile:

platform :ios, '8.0'
use_frameworks!

Only pull in the "Core" FirebaseUI features

pod 'FirebaseUI/Core', '~> 0.3'

Pull in the "Auth" FirebaseUI features: Facebook, Google, Twitter, and Email/Password auth

pod 'FirebaseUI/Auth', '~> 0.3'

Selectively pull in Auth providers

pod 'FirebaseUI/Facebook', '> 0.3.2'
pod 'FirebaseUI/Google', '
> 0.3.2'
pod 'FirebaseUI/Twitter', '> 0.3.2'
pod 'FirebaseUI/Password', '
> 0.3.2'

Seeing this error:

[!] The 'Pods' target has transitive dependencies that include static binaries: (...../Pods/Google/Libraries/libGGLCore.a and ...../Pods/Google/Libraries/libGGLSignIn.a)

@asciimike
Copy link
Contributor

Hey there, thanks for submitting the issue. This is a known issue (see #47, #46, #34, #23) that we can't solve until Google makes their pod able to be dynamic (or CocoaPods fixes this issue). Solution here is to either not use Google Auth (this is why we provide per provider subspecs) or not use use_frameworks!.

@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

2 participants