✗ CocoaPods not installed.

mac 配置 flutter 会提示许多 关于xcode的❌

在这里插入图片描述
如图 显示 ✗ CocoaPods installed but not initialized. 其实最开始提示的是 ✗ CocoaPods not installed.
但是细心的你一定已经看见了友好的flutter 已经为我们给出了答案
在这里插入图片描述
是不是很清楚自己该做什么了! 所以当看见错误的时候要冷静,问题总是有办法解决的。
你可能会问你最上面的截图为什么只有run: pod setup ;那是因为我已经执行过一遍如下命令了

taodeMacBook-Pro:~ tao$ sudo gem install cocoapods

在这里插入图片描述
so根据感觉走说好不回头,,去去是根据提示走,去执行该执行的命令安装完成就OK

 run:
        pod setup
 run:
        brew update
        brew install --HEAD usbmuxd
        brew link usbmuxd
        brew install --HEAD libimobiledevice
        brew install ideviceinstaller

但是注意一点 网络影响成败,我执行pod setup几次都失败了,祝我的小伙伴好运🍀

taodeMacBook-Pro:~ tao$ pod setup
Setting up CocoaPods master repo
  $ /usr/bin/git clone https://github.com/CocoaPods/Specs.git --progress --
  master
  Cloning into 'master'...



  remote: Enumerating objects: 102, done.        
  remote: Counting objects: 100% (102/102), done.        
  remote: Compressing objects: 100% (97/97), done.        
  Receiving objects:   0% (1794/3401308), 372.01 KiB | 8.00 KiB/s   
posted @ 2019-08-25 20:38  奔跑的痕迹  阅读(1750)  评论(0编辑  收藏  举报