Flutter开发之--In iOS 14+,debug mode Flutter apps can only be launched from Flutter tooling,IDEs with Flutter pl...
一、使用flutter的release模式,终端输入
flutter run --release
二、更改Xcode编译模式
Xcode使用Release模式编译,这个时候Flutter编译方式为AOT,可正常启动。
三、更改flutter编译模式
本文来自博客园,作者:稻草人11223,转载请注明原文链接:https://www.cnblogs.com/hero11223/p/16543553.html