지금은 해결 됐으나, 다음 부분에 no device라며 시뮬레이터가 전혀 연결되지 않았다.
그래서 flutter doctor를 실행한 결과 xcode에서 에러가 있음을 확인할 수 있었다.
터미널에 나온 에러를 따라 해결하면, ios가 제대로 연결된 것을 확인할 수 있다.
// 첫 번째
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
// 두 번째
sudo xcodebuild -runFirstLaunch