更新pod库的时候报Error installing Firebase 错误
![](https://img.haomeiwen.com/i2693606/faffe4a75b3e0edd.png)
解决步骤如下
1.执行报错提示的命令
git clone https://github.com/firebase/firebase-ios-sdk.git --depth 1
2.cd 到项目内的文件目录,上面的是 cd firebase-ios-sdk
3.然后执行 git fetch --unshallow
执行结果如下
![](https://img.haomeiwen.com/i2693606/eda92cfa535089ec.png)
4.最后执行项目的pod install 完美解决
更新pod库的时候报Error installing Firebase 错误
解决步骤如下
1.执行报错提示的命令
git clone https://github.com/firebase/firebase-ios-sdk.git --depth 1
2.cd 到项目内的文件目录,上面的是 cd firebase-ios-sdk
3.然后执行 git fetch --unshallow
执行结果如下
4.最后执行项目的pod install 完美解决
本文标题:Error installing Firebase
本文链接:https://www.haomeiwen.com/subject/nrdjzdtx.html
网友评论