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

想运行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 specification for)