我尝试时无法安装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)