-
Notifications
You must be signed in to change notification settings - Fork 32
Cannot Debug with "Launch on iOS" with 0.7.0 and NS 3.0.1 #133
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
This is happening to me too |
@RobertGardner @pkoleva I test it in a new project and is not working ether, only the attach mode in ios but not launch |
@RobertGardner My issue has been resolved after I opened XCODE and I've modified my account settings just refreshing, I think something here makes this issue happens now |
Hey, @Jonatthu @RobertGardner, Thanks for the report, we've reproduced the issue. The "drama" happens when you don't have apple provisioning profiles, which you don't need if you don't deploy on real devices. We'll have a look now and update you when we have progress on it. |
Hey @RobertGardner @Jonatthu, Could you try 0.7.2 of the extension. If should fix the issue. |
@pkoleva It is working thanks! NS Team doing great |
Yes, 0.7.2 fixed it. Thanks! |
I built the HelloWorld tutorial for NS3. I installed extension 0.7.0 in VS Code 1.12.1. There are no other extensions installed.
"NativeScript: Run on iOS" works as expected.
Attach on iOS works as expected.
Launch on iOS hangs. I see this output in the debug console:
Then nothing happens, even after 20 minutes of waiting.
The behavior is the same whether or not the emulator is running.
The text was updated successfully, but these errors were encountered: