flutter Mac OS Setting
Get the Flutter SDK Install 개발 환경 Intel Mac OS Flutter SDK Version 2.10.2 Xcode PATH Setting $ mv ~/Downloads/flutter ~/Documents/libraries/flutter $ vi ~/.zshrc export PATH="$PATH:/Users/sgkim/Documents/libraries/flutter/bin" $ which flutter IOS Setup Xcode AppStore Install $ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer $ sudo xcodebuild -runFirstLaunch $ sudo xcodebuild -license [agree] IOS Device cocoapod Install $ brew install cocoapods Android Setup Android Studio Install flutter Plugin Install Android Emulater Config Android -> Preferences -> Android SDK -> SDK Tools Install & Setting Android SDK Build-Tools 33-rc4 Android SDK Command-line Tools Android Emulator Android SDK Platform-Tools Android device Set up Agree To Android License $ flutter doctor --android-licenses