We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NativeScript debugger has opened inspector socket on port.. is not shown for every simulator when run multiple simulators and livesyncing
NativeScript debugger has opened inspector socket on port..
iOS
tns create SomeApp --ng
tns run ios
Consider using the playground to provide the code you have issues with.
The text was updated successfully, but these errors were encountered:
The same(
Sorry, something went wrong.
fix(cli): race condition when getting iOS inspector port
5c269fb
Closes NativeScript#3701
df263b9
fixes NativeScript#3701
fix: race condition when getting iOS inspector port (#5544)
8f8dd83
* fix(cli): race condition when getting iOS inspector port fixes #3701 * Update lib/common/mobile/ios/simulator/ios-simulator-device.ts Co-authored-by: Igor Randjelovic <[email protected]>
Fatme
Successfully merging a pull request may close this issue.
Please, provide the details below:
Did you verify this is a real problem by searching the NativeScript Forum and the other open issues in this repo?
Tell us about the problem
NativeScript debugger has opened inspector socket on port..
is not shown for every simulator when run multiple simulators and livesyncingWhich platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
tns create SomeApp --ng
tns run ios
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
Consider using the playground to provide the code you have issues with.
The text was updated successfully, but these errors were encountered: