79109673

Date: 2024-10-21 10:46:10
Score: 1
Natty:
Report link

You can do the following steps:

  1. Make sure to enable Connect via Network Enable Debug via Network -- for more details how to do it you can refer to this link https://simi.studio/en/flutter-ios-wireless-debugging/

  2. run it first from xCode after enabling developer mode on the mobile

  3. Copy your device identifier and add it in lunch.json in vscode and it should look like this

    {
    "version": "0.2.0",
    "configurations": [
        {
            "name": "MyApp iPhone",
            "request": "launch",
            "type": "dart",
            "flutterMode": "debug",
            "deviceId": "XXXXXXXXXXXXXXX"
        }
    ]}
    
  4. Finally, RUN and it will open xCode to run the app. Don't worry; wait until it finishes.

  5. Enjoy debugging. I tried and it works like charm 🪄 HOT RELOAD Is WOOORKING

Reasons:
  • Blacklisted phrase (1): this link
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Qasim AlQari