如果你是在iOS中引用flutter的时候,报的这个错。建议移步 https://www.cnblogs.com/jukaiit/p/12181184.html

 

其他:

先 "pod setup" 再 "pod install".

还不行的话,

rm -rf ~/.cocoapods 后 "pod setup" 再 "pod install"

或者 

sudo gem install cocoapods

或者 

sudo rm -fr ~/.cocoapods/repos/master
pod setup

 

相关文章:

  • 2021-06-24
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
  • 2021-11-01
猜你喜欢
  • 2022-12-23
  • 2021-04-11
  • 2022-12-23
  • 2021-11-12
  • 2021-04-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案