美文网首页cocoapods相关
Error: Your Command Line Tools a

Error: Your Command Line Tools a

作者: 咖啡豆白色的 | 来源:发表于2022-09-05 17:42 被阅读0次

flutter在安装配置真机时执行以下命令:
brew install --HEAD libimobiledevice
brew install ideviceinstaller ios-deploy cocoapods
pod setup
报了以下错误:
Error: Your Command Line Tools are too outdated.
Update them from Software Update in System Preferences or run:
softwareupdate --all --install --force

If that doesn't show you any updates, run:
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install

Alternatively, manually download them from:
https://developer.apple.com/download/all/.
You should download the Command Line Tools for Xcode 13.4.

解决:进入该网址 https://developer.apple.com/download/more/,使用app store登录开发者中心,然后搜索 Command Line Tools for Xcode 13.4.,下载安装即可

相关文章

网友评论

    本文标题:Error: Your Command Line Tools a

    本文链接:https://www.haomeiwen.com/subject/vkzinrtx.html