美文网首页
@@@ Cocoapods的一个坑

@@@ Cocoapods的一个坑

作者: ___1o_8o | 来源:发表于2017-03-14 09:31 被阅读293次

[!] Unable to satisfy the following requirements:

  • SVProgressHUD required by Podfile
  • SVProgressHUD (= 2.1.2) required by Podfile.lock

None of your spec sources contain a spec satisfying the dependencies: SVProgressHUD, SVProgressHUD (= 2.1.2).

You have either:

  • out-of-date source repos which you can update with pod repo update.
  • mistyped the name or version.
  • not added the source repo that hosts the Podspec to your Podfile.

Note: as of CocoaPods 1.0, pod repo update does not happen on pod install by default.

BFCEF884-84DA-4707-A345-DCA44A891EC1.png

昨天晚上在clone的项目进行Pod install的时候 出现了这个, 当时以为pod update下就行了,所以挂了一晚上的update,今天早上来还是出现这个错误

刚刚google下,是因为SVProgressHUD支持的最低版本现在是8.0 而我的podspec是7.0,所以会出现错误.

相关文章

网友评论

      本文标题:@@@ Cocoapods的一个坑

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