Firebase CocoaPods Installation Not Working

后端 未结 9 2116
再見小時候
再見小時候 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:42

    The Same problem occurred while on pod install command.

    Please relaunch terminal and navigate to your Xcode project then

    simply fire same pod install command. 'Firebase/Database' will installed successfully :)

提交回复
热议问题