Hi all,
I am having issues getting live reload to work after upgrading my macOS to Big Sur (11.4) and Xcode 12.5.1. I can run my app on an emulator or device just fine if I use ionic build && npx cap copy
and I do not get any errors. However, when I try to run using live reload everything builds fine and the app opens but it gets stuck on the splash screen (or sometimes a white screen). I do not see any errors in the Xcode console or in Safari web inspector. Sometimes I am able to get past the splash screen if I re-run the app a few times (the behavior is unpredictable) but then when I change anything in my app code the app will disconnect from the live reload server.
My question is how do I go about debugging this issue? This is functionality that used to work for me without any problems.
Ionic info:
Ionic:
Ionic CLI : 6.16.3 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 5.6.12
@angular-devkit/build-angular : 12.0.5
@angular-devkit/schematics : 12.0.3
@angular/cli : 12.0.5
@ionic/angular-toolkit : 4.0.0
Capacitor:
Capacitor CLI : 3.1.2
@capacitor/android : 3.1.2
@capacitor/core : 3.1.2
@capacitor/ios : 3.1.2
Utility:
cordova-res : 0.15.3
native-run : 1.4.0
System:
NodeJS : v14.17.3 (/usr/local/Cellar/node@14/14.17.3/bin/node)
npm : 6.14.13
OS : macOS Big Sur
1 post - 1 participant