- 使用pod install進行安裝時出現(xiàn)如下錯誤:
$ pod install
Analyzing dependencies
[!] Unable to find a specification for `**`
- 解決方案:
- 在終端執(zhí)行下列命令:
1说榆、pod repo remove master
2单寂、pod setup
3谒兄、pod install
Or:
1赶促、 sudo rm -fr ~/.cocoapods/repos/master
2愕秫、pod setup
3慨菱、pod install
注意:
執(zhí)行第二步 pod setup
命令是記得要把VPN關掉,不知道為什么戴甩?T_T
參照:http://stackoverflow.com/questions/25913733/unable-to-find-a-specification-in-cocoapods