Flutter
[Error] Release mode is not supported by iPhone ~
_annie_
2023. 4. 1. 00:04
728x90
반응형
To solve this you can change the Build Configuration of the Run schema in xcode:
open project in xcode
1.) tap on Runner, and Edit scheme
2.) Select Release for the Build Configuration of the Run schema
Problem launching an app in release mode Flutter on an iOS simulator
I can no longer launch my application in release mode on the simulator. When I type "flutter run --release" I get an error message "Release mode is not supported by iPhone 11.".
stackoverflow.com
728x90
반응형