美文网首页
pod repo update

pod repo update

作者: adalillian | 来源:发表于2020-06-02 11:21 被阅读0次

报错:环信的错误 , 最后是怎么解决的

[!] CocoaPods could not find compatible versions for pod "Hyphenate":

  In Podfile:

    EaseUI (from `https://github.com/easemob/easeui-ios-hyphenate-cocoapods.git`) was resolved to 3.5.3, which depends on

      Hyphenate (~> 3.5.3)

    Hyphenate

Specs satisfying the `Hyphenate, Hyphenate (~> 3.5.3)` dependency were found, but they required a higher minimum deployment target.


解决办法:

pod repo update

之后再pod install就可以了。 


相关文章

网友评论

      本文标题:pod repo update

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