美文网首页
cocoa新加第三方提示Unable to find a spe

cocoa新加第三方提示Unable to find a spe

作者: 宝家软件 | 来源:发表于2017-10-31 14:22 被阅读0次

想运行https://github.com/gokush/GKCommerce中的代码,使用pod install --verbose --no-repo-update安装依赖库时总是出现提示Unable to find a specification for `xxxxx`的问题,在这里找到了解决方法:

只需要把当前Pod的目录清理一下就行了。在终端执行以下命令:

pod repo remove master

pod setup

然后又遇到了提示`ImageMagick` required by `Podfile`问题,按照https://github.com/gokush/GKCommerce/issues/2中给出的解决方法,指定版本号6.8.8-9就解决问题了。

最后当然还是要用pod install --verbose --no-repo-update才行,用pod install会出现一直Analyzing dependencies

相关文章

网友评论

      本文标题:cocoa新加第三方提示Unable to find a spe

      本文链接:https://www.haomeiwen.com/subject/bndbpxtx.html