커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
vscode에서 디버깅 실행시 발생한 에러에 대해
[왕초보] 플러터(Flutter)로 시작하는 앱개발 종합반 v0
3주차
북마크
권*
댓글
3
추천
0
조회수
11
조회수
11
답변 완료

* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.

* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.


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.



취소
 공유
취소
댓글 0
댓글 알림
나의얼굴