-
-
Notifications
You must be signed in to change notification settings - Fork 197
Error When Run on Simulator/Emulator in iOS Only. #3324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @pawankv89 can you please specify:
Please also run this command |
Thanks @dtopuzov for reply, Xcode version Xcode 9.0 pawankumar$ xcrun simctl list devices |
am also facing the same issue. I was able to run my application only once in the simulator. next time onwards, the app is not coming up. |
Hi @sarojrout I believe you experience different kind of problem. I think the original reported issue is that tns can not find available iOS simulators. Can you please open separate issue and provide as much info as you can:
|
Log trace output:
This happens with Simulator app is running, but there is no booted simulator. EDIT
Solution: To resolve the issue you just need to quit the simulator and to run again |
Thanks guys for reporting this problem. I've fixed it and the fix will be included in the next official release. |
Hello my friends,
My Project working fine when connected by real iOS device and Android Emulator But I am not able to run on iOS Simulator(Emulator).
pawankumar$ tns info
All NativeScript components versions information
┌──────────────────┬─────────────────┬────────────────┬─────────────┐
│ Component │ Current version │ Latest version │ Information │
│ nativescript │ 3.4.1 │ 3.4.1 │ Up to date │
│ tns-core-modules │ 3.4.0 │ 3.4.0 │ Up to date │
│ tns-android │ 3.4.1 │ 3.4.1 │ Up to date │
│ tns-ios │ 3.4.1 │ 3.4.1 │ Up to date │
└──────────────────┴─────────────────┴────────────────┴─────────────┘
When run this command pawankumar$ tns run ios --emulator
but not install App in Simulator.
The text was updated successfully, but these errors were encountered: