I'm encountering the error 'Service exited due to signal: Killed: 9' and am unable to launch my app. I've come across information suggesting that this may be caused by memory leaks or a lengthy startup time for the app. In all honesty, it is indeed taking quite a while to launch on the IOS simulator. I have been using the 'tns run ios --emulator' command and have also tried the following commands:
1) Execute tns run ios --justlaunch
2) Run tns livesync ios --watch
Despite trying these steps, the issue persists. Can anyone provide assistance in resolving this problem?