관리 메뉴

지나가는 이야기

[Flutter] 플러터 앱 실행 오류 : In iOS 14+, debug mode Flutter apps can only be launched from Flutter tooling, IDEs with Flutter plugins or from Xcode. Alternatively, build in profile or release modes to enable launching from the home screen. 본문

Development : 개발/Flutter : 플러터

[Flutter] 플러터 앱 실행 오류 : In iOS 14+, debug mode Flutter apps can only be launched from Flutter tooling, IDEs with Flutter plugins or from Xcode. Alternatively, build in profile or release modes to enable launching from the home screen.

지나가는 이야기 2022. 12. 19. 15:37
728x90
반응형

 

 

플러터로 앱을 실제 아이폰에 설치한 후 연결 케이블을 제거한 뒤 앱을 실행하면 위와 같은 에러 문구가 보일 것이다.

다시 정상적으로 작동하게 만들려면 아래와 같이 하면 된다.

 

 


Xcode -> Product -> Scheme -> Edit Scheme 설정 변경

위와 같이 해당 플러터 프로젝트를 Xcode를 실행한 후 [Product] -> [Scheme] -> [Edit Scheme...]를 클릭한다.

 

Build Configuration -> Release 변경

위는 [Edit Scheme...]를 클릭한 후의 모습으로 사진과 동일하게 Build ConfigurationRelease로 변경하면 된다.

 

 

 

728x90
반응형
Comments