
에뮬레이터 실행까지는 잘되었는데,
run without debugging 실행 시, 아래와 같은 내용으로 디버그 콘솔에 실행되지 않는 다는 오류가 뜹니다.
Launching lib/main.dart on iPhone 13 in debug mode...
Xcode build done. 19.9s
Failed to build iOS app
Error output from Xcode build:
↳
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS Simulator, id:7B86F46C-2172-486B-A7A8-8EACB0CC9B10, OS:17.4, name:iPhone 13 }
{ platform:iOS Simulator, id:7B86F46C-2172-486B-A7A8-8EACB0CC9B10, OS:17.4, name:iPhone 13 }
** BUILD FAILED **
Xcode's output:
↳
Writing result bundle at path:
/var/folders/rd/0b1fw8112zl9ws9q3k62m9cr0000gn/T/flutter_tools.OfzKzA/flutter_ios_build_temp_dira4p6Ut/temporary_xcresult_bundle
Failed to package /Users/yeeunkwak/Desktop/flutter/test/hello_flutter.
Command PhaseScriptExecution failed with a nonzero exit code
/Users/yeeunkwak/Desktop/flutter/test/hello_flutter/ios/Runner.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.4.99. (in target 'Runner' from project 'Runner')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project 'Runner')
warning: Run script build phase 'Thin Binary' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project 'Runner')
Could not build the application for the simulator.
Error launching application on iPhone 13.
Exited
아래는 캡쳐화면입니다.
솔루션 부탁드릴게요 ㅠㅠ

