flutter 接入腾讯IM pod install 报错
image.png
原因是 cocoapods本地的仓库没有更新,可删除后重新拉取最新仓库
解决方案:
$ sudo rm -rf ~/.cocoapods/repos/master
$ pod setup
$ pod install
flutter 接入腾讯IM pod install 报错
原因是 cocoapods本地的仓库没有更新,可删除后重新拉取最新仓库
解决方案:
$ sudo rm -rf ~/.cocoapods/repos/master
$ pod setup
$ pod install