Flutter install
下載flutter SDK解壓後 ,我是將移至/usr/local
4. 確認flutter指令可運作:which flutter
1.配置$PATH, 更新/etc/paths:
cd /etc
sudo nano paths
/usr/local/flutter/bin
control+ O (儲存)
control+x (離開)
4. 確認flutter指令可運作:which flutter
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch
6.xcode license簽個同意書就完成了:
sudo xcodebuild -license
agree
Comments
Post a Comment