FirebaseDemo icon indicating copy to clipboard operation
FirebaseDemo copied to clipboard

Can't install Firebase framework using pod

Open 03128crz opened this issue 9 years ago • 2 comments

Uploading Snip20160203_44.png…

03128crz avatar Feb 03 '16 03:02 03128crz

You need to specify the scope of the Podfile like below, and then pod install

target 'FirebaseJokes' do
  platform :ios, '8.0'
  use_frameworks!

  pod 'Firebase', '>= 2.5.0'
end

PennyYip avatar Feb 08 '16 09:02 PennyYip

@PennyYip Your solution works!

geniys avatar Mar 16 '16 04:03 geniys