My case
My mac and iPhone are connected to same WiFi
ionic cap run ios -l --external --console --json --open
- opens xcode
- click run app from xcode
- app starts
- change the code from vscode
- Live Reload
Super productive all good.
Now in my app I need to connect to GoPro via bluetooth then connect to GoPro’s WiFi Access Point to copy photos.
When my iPhone connects to GoPro’s WiFi AP no more live reload
now my dev cycle is
- opens xcode
- click run app from xcode
- app starts
- change the code from vscode
- from vscode terminal type
ionic cap copy ios
- click run app from xcode
is there anyway to speed up this process?
1 post - 1 participant