✗ CocoaPods not installed.

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

✗ CocoaPods not installed._第1张图片
如图 显示 ✗ CocoaPods installed but not initialized. 其实最开始提示的是 ✗ CocoaPods not installed.
但是细心的你一定已经看见了友好的flutter 已经为我们给出了答案
✗ CocoaPods not installed._第2张图片
是不是很清楚自己该做什么了! 所以当看见错误的时候要冷静,问题总是有办法解决的。
你可能会问你最上面的截图为什么只有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   

你可能感兴趣的:(mac,flutter,mac,flutter)