How to use iOS debug app on iPhone while disconnected?

669

Run flutter run --release in the terminal and that'll allow you to run a production version app on your iOS device without debugging connected.

Share:
669
Aether
Author by

Aether

Updated on December 26, 2022

Comments

  • Aether
    Aether over 1 year

    I made a flutter app and tried to build on iPhone. It works while debugging is connected. But if I try to exit and relaunch the app or disconnect cable, it would not launch again and keeps crashing. How can I use the app while Xcode debugging is disconnected?