
flutter emulator를 실행하고 main.dart코드를 동일하게 실행했는데 application을 build할 수 없다고 뜨면서 자동적으로 코드가 종료돼요..

작성한 코드 및 에러 메세지
Launching lib/main.dart on iPhone 15 Pro Max in debug mode...
main.dart:1
Xcode build done. 2.1s
Failed to build iOS app
Error output from Xcode build:
↳
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ id:06072D5F-66FD-428E-84F8-5E4C3FDD80A4 }
Ineligible destinations for the "Runner" scheme:
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device, error:iOS 17.2 is not installed. To use with Xcode, first download and install the platform }
Xcode's output:
↳
Writing result bundle at path:
/var/folders/5z/g8zgc42j7bng427wfvbzvgkh0000gn/T/flutter_tools.DtW0qE/flutter_ios_build_temp_direBBFfu/temporary_xcresult_bundle
Could not build the application for the simulator.
Error launching application on iPhone 15 Pro Max.
Exited
