简体   繁体   中英

How do I get a Flutter release iOS app onto my iPhone?

I want to test a release build of my Flutter 1.9 iOS app on my iPhone without going through the App Store. The development build from IntelliJ runs just fine on my iPhone, but I want to see the real performance characteristics.

The Flutter documentation describes how to build a release version of the app. This creates build/ios/iphoneos/Runner.app in my project. But how can I get Runner.app from my Mac onto my iPhone?

With flutter run --release -d [device name] , you can run the Flutter app in release mode either in a simulator or on a real device. Thank you, Chenna Reddy !

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM