I notice a very consistent behaviour when it comes to emulating on iOS, it was stuck in the splash screen after ionic emulate iOS and I can't even get the app running, not even going into the code section of $ionicPlatform.ready( function () {...});
I'm running on Mac OSX El Capitan 10.11.4 (with Xcode and xcode-select installed)
Steps to reproduce:
- ionic start EmulatorCrash
- cd EmulatorCrash
- ionic platform rm ios
- ionic platform add ios
- ionic build ios
- ionic emulate ios -cls --target=iPhone-6s-Plus
This will run the iPhone-6s-Plus emulator but will be stuck in the splash screen.