
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
1번
Launching lib/memo_service.dart on iPhone 14 Pro in debug mode...
memo_service.dart:1
Xcode build done. 25.9s
[VERBOSE-2:FlutterDarwinContextMetalImpeller.mm(35)] Using the Impeller rendering backend.
[VERBOSE-2:dart_isolate.cc(144)] Could not prepare isolate.
[VERBOSE-2:runtime_controller.cc(422)] Could not create root isolate.
[VERBOSE-2:shell.cc(609)] Could not launch engine with configuration.
[VERBOSE-2:FlutterDarwinContextMetalImpeller.mm(35)] Using the Impeller rendering backend.
=>
2번
flutter run
Launching lib/main.dart on iPhone 14 Pro in debug mode...
Running Xcode build...
└─Compiling, linking and signing... 2,017ms
Xcode build done. 10.4s
[VERBOSE-2:FlutterDarwinContextMetalImpeller.mm(35)] Using the Impeller rendering backend.
Syncing files to device iPhone 14 Pro... 101ms
Flutter run key commands.
r Hot reload. 🔥🔥🔥
R Hot restart.
h List all available interactive commands.
d Detach (terminate "flutter run" but leave application running).
c Clear the screen
q Quit (terminate the application on the device).
A Dart VM Service on iPhone 14 Pro is available at: http://127.0.0.1:60652/GWMUa58YVa0=/
The Flutter DevTools debugger and profiler on iPhone 14 Pro is available at:
http://127.0.0.1:9101?uri=http://127.0.0.1:60652/GWMUa58YVa0=/
위의 내용처럼 디버깅을 실행하다 보면 에뮬레이터가 실행이 안되어서 구글링 하다 보니 2번 처럼 flutter run 실행을 하면 다시 디버깅이 되더라고요..
그런데 이 상황이 한번이면 괜찮은데 매번 다시 실행하면 똑같은 행위를 반복해야 해서 원인이 무엇인지 검색을 해도 이해가 되지 않아 혹 설명을 해 줄 수 있는 지요?
Launching lib/memo_service.dart on iPhone 14 Pro in debug mode...
memo_service.dart:1
Xcode build done. 25.9s
[VERBOSE-2:FlutterDarwinContextMetalImpeller.mm(35)] Using the Impeller rendering backend.
[VERBOSE-2:dart_isolate.cc(144)] Could not prepare isolate.
[VERBOSE-2:runtime_controller.cc(422)] Could not create root isolate.
[VERBOSE-2:shell.cc(609)] Could not launch engine with configuration.
[VERBOSE-2:FlutterDarwinContextMetalImpeller.mm(35)] Using the Impeller rendering backend.
