Skip to content

Unable to install through CocoaPods #48

Closed
@pvub

Description

@pvub

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions