flutter precache
flutter doctor
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch
sudo xcodebuild -license
open -a Simulator
flutter create hello
cd hello
flutter run -d <deviceId>
sudo gem install cocoapods
pod setup