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