美文网首页
CocoaPods could not find compati

CocoaPods could not find compati

作者: w冷兔w | 来源:发表于2025-03-11 15:54 被阅读0次

[!] CocoaPods could not find compatible versions for pod "UMShare/Social/WeChat":
In Podfile:
UMShare/Social/WeChat (~> 6.10.13)

None of your spec sources contain a spec satisfying the dependency: UMShare/Social/WeChat (~> 6.10.13).

You have either:

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

解决方式: 可能是 缓存导致的
pod repo remove master 删除

pod setup POD设置

pod install POD安装

相关文章

网友评论

      本文标题:CocoaPods could not find compati

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