美文网首页
react-native pod install 报错

react-native pod install 报错

作者: 物联白菜 | 来源:发表于2021-07-14 15:30 被阅读0次

报错:[!] CocoaPods could not find compatible versions for pod "SDWebImage":

[!] CocoaPods could not find compatible versions for pod "SDWebImage":
  In snapshot (Podfile.lock):
    SDWebImage (= 5.11.1, ~> 5.8)

  In Podfile:
    RNAuroraIMUI (from `../node_modules/react-native-imui`) was resolved to 3.0.0, which depends on
      SDWebImage (~> 5.8)


You have either:
 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
 * changed the constraints of dependency `SDWebImage` inside your development pod `RNAuroraIMUI`.
   You should run `pod update SDWebImage` to apply changes you've made.

出现以上是版本报错


图片.png
图片.png

相关文章

网友评论

      本文标题:react-native pod install 报错

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