首页 > 代码库 > cocoapods 使用pod install失效解决方法
cocoapods 使用pod install失效解决方法
在使用pod install命令后,一直处于analyzing dependencies的状态,之后出现error:
[!] An error occurred while performing `git pull` on repo `master`. [!] /usr/bin/git pull --ff-only From https://github.com/CocoaPods/Specs 81a48d2..2185a7f master -> origin/master fatal: Not possible to fast-forward, aborting.
的错误消息。
解决方法:重新设置cocoapods的repo:
进入:~/.cocoapods/repos
删除下面的master目录
sudo rm -rf master
然后再使用pod setup命令
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。