小编sva*_*hin的帖子

无法找到"Firebase"的规范

我尝试时无法安装Firbase pod:

pod install
Analyzing dependencies
[!] Unable to find a specification for `Firebase`
Run Code Online (Sandbox Code Playgroud)

这是我的podfile:

platform :ios, '9.0'

target 'login' do
  # Comment this line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for login

pod 'Firebase'
pod 'Firebase/Auth'
end
Run Code Online (Sandbox Code Playgroud)

install ios cocoapods firebase

6
推荐指数
1
解决办法
5424
查看次数

标签 统计

cocoapods ×1

firebase ×1

install ×1

ios ×1