Firebase CocoaPods Installation Not Working

后端 未结 9 2104
再見小時候
再見小時候 2020-12-08 16:09

I\'m trying to install Firebase via CocoaPods for my Objective-C iOS Application. My Podfile is as follows:

target \'RandomName\' do

pod \'Firebase/Core\'
po         


        
9条回答
  •  遥遥无期
    2020-12-08 16:29

    Running 'pod repo remove master' to remove the Pods repo //removes the library

    Running 'pod setup' //clones the updated git repo for specs which takes long time as its size is beyond 300K (Be patient!)

    Running 'pod install' //problem is solved

提交回复
热议问题