-
-
Notifications
You must be signed in to change notification settings - Fork 195
Closed
Description
From @burkeholland on March 4, 2016 14:58
NativeScript Version: 1.6.1
I'm unable to use Angular 2 with NativeScript at the moment. I'm using the template-hello-world-ng
project.
The error I get isn't terribly helpful....
Project successfully built.
Using /Users/burkeholland/dev/burkeholland/my-app-name/platforms/ios/build/emulator/myappname.app
Starting iOS Simulator
Mar 4 08:15:53 --- last message repeated 1 time ---
Mar 4 08:15:53 hollandmac com.apple.CoreSimulator.SimDevice.FAE7B936-79CE-46C4-859F-65506A603837.launchd_sim[52478] (UIKitApplication:org.nativescript.myappname[0x71cd][52664]): Service exited due to signal: Killed: 9
Steps to recreate:
tns create my-app-name --template https://github.com/NativeScript/template-hello-world-ng
cd my-app-name && tns platform add ios
tns run ios --emulator
Copied from original issue: NativeScript/nativescript-angular#101