flutter ios14 실행 에러
-
[flutter] In iOS 14+, debug mode Flutter apps can only be launched from Flutter tooling...flutter/flutter 에러 2021. 1. 29. 15:24
in iOS 14+, debug mode flutter apps can only be launched from flutter tolling, IDEs with flutter plugins or from xcode. Alternatively, build in profile or release modes to enable launching from the home screen. 안드로이드 스튜디오에서 작업 후 tools 에서 open iOS module in xcode 로 실행하여 제 핸드폰에 앱을 빌드시켰습니다. 처음 빌드 시켰을 때는 이상없이 잘 나왔으나 xcode 에서 빌드해서 실행한게 아니라 핸드폰 배경화면에 있는 아이콘으로 실행하면 아래처럼 나타났습니다. iOS 13까지는 아무 이상없이 잘 되었던거..