Hello,
I've been trying to use the FirebaseUI pod v0.3.1 and I am getting this error when I run 'pod install'.
[!] The '******' target has transitive dependencies that include static binaries: (path../Pods/Google/Libraries/libGGLCore.a and path../Pods/Google/Libraries/libGGLSignIn.a)
This is my pod file:
platform :ios, '8.0'
use_frameworks!
target 'projectName' do
pod 'FirebaseUI', '~> 0.3'
end