无法找到“Firebase”的规范 [英] Unable to find a specification for `Firebase`

查看:171
本文介绍了无法找到“Firebase”的规范的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



  pod install 
分析依赖关系$ b $我无法安装Firbase pod b [!]无法找到Firebase的规范

这是我的podfile:

  platform:ios,'9.0'

target'login'do
#你没有使用Swift,也不想使用动态框架
use_frameworks!

#用于登录的单元
$ b $ pod'Firebase'
pod'Firebase / Auth'
end


解决方案

也许你的pod没有同步?试试:

  pod repo update --verbose 


I'm unable to install Firbase pod, when trying:

pod install
Analyzing dependencies
[!] Unable to find a specification for `Firebase`

Here is my 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

解决方案

Maybe your pod isn't synced? Try:

pod repo update --verbose

这篇关于无法找到“Firebase”的规范的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆