It’s probably a macOS Big Sur thing but just wanted to see if anyone else’s computer crashes (not just throws an error in Xcode) when they use
ionic cap run ios -l --external
my full command is:
npm run build && ionic capacitor copy ios && ionic cap run ios -l --external
This builds fine, launches Xcode but when I run it, it launches on my iPhone and then crashes my laptop.
Worked just fine with Xcode 12.2-Beta and Xcode 12.1 on Catalina.
Ionic:
Ionic CLI : 6.12.1 (/Users/santekotturi/.nvm/versions/node/v12.16.1/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 5.4.4
@angular-devkit/build-angular : 0.803.26
@angular-devkit/schematics : 8.3.26
@angular/cli : 8.3.23
@ionic/angular-toolkit : 2.2.0
Capacitor:
Capacitor CLI : 2.2.0
@capacitor/core : 2.4.2
Utility:
cordova-res (update available: 0.15.2) : 0.14.0
native-run : not installed
System:
NodeJS : v12.16.1 (/Users/santekotturi/.nvm/versions/node/v12.16.1/bin/node)
npm : 6.13.4
OS : macOS Big Sur
I don’t really want to test out workarounds because I’m not a huge fan of repeatedly crashing my computer