-
-
Notifications
You must be signed in to change notification settings - Fork 197
Devices NotFoundDeviceByIndexErrorMessage on debug #3679
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
I am stuck at the same error on version 4.1.0, too. I think this issue should be related to some of the changes on 4.1.0. |
Hi #mintyweazel, thanks for the tips. i'll try make a downgrade tomorrow and post here If This work for me too |
Hi @domzinhuu, Can you please execute |
Hi @Fatme here the log solicited, and @mintyweazel i'll now try your tips and post here.. |
+1 I'm having the exact same problem too. |
Hi @domzinhuu, @mintyweazel, @andresggarcia, I was able to reproduce the problem with old versions of
Let's us know if this works on your side. |
Hello @Fatme i'll update again and try your tips and post here the result. |
Hi @Fatme, I tried your solution with the command |
Hi @mintyweazel, I wasn't able to reproduce the problem for android. Can you please send us a log file (just execute the command with |
Hi @Fatme I update again my nativescript CLI and try your tips with android add ios and android plat with @latest but not work i had the same problem. My solution for now was the tips of @mintyweazel
I think this issue should be related to some of the changes on 4.1.0. |
Hi, I got the same problem for Edit: I forgot to add the link to my output 🤦♂️ https://pastebin.com/yNxkia0C |
Closing the issue. I wasn't able to reproduce it with the latest CLI. Please if anyone has a stable way to reproduce the issue - let me know and I will reopen this one immediately! |
Tell us about the problem
Please, ensure your title is less than 63 characters long and starts with a capital
letter.
I can't debug in this new version 4.1 of CLI always show this error:
Unable to apply changes on device: 0039799762. Error is: Devices.NotFoundDeviceByIndexErrorMessage 39799761 tns
Which platform(s) does your issue occur on?
iOS/Android/Both
Both
Please provide the following version numbers that your issue occurs with:
tns --version
to fetch it)node_modules/tns-core-modules/package.json
file in your project)"tns-android"
and"tns-ios"
properties in thepackage.json
file of your project)package.json
file of yourproject)
nativescript CLI: 4.1
node: v9.5.0
Please tell us how to recreate the issue in as much detail as possible.
create a new project and run tns debug android or 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.
I get this error in any project, inclusive in new project
The text was updated successfully, but these errors were encountered: