tns run ios --bundle, gets stuck at copying template files, unable to apply changes on device
See original GitHub issueVersion
2.0.0
Reproduction link
Platform and OS info
IOS iPhone 6 (and/or emulator), NativeScript 5.3.0, MacOS Mojave 10.14.3
Steps to reproduce
Following the quickstart guide, I get to “tns run ios --bundle”, it gets to “Webpack build done!.. Copying template files…” and then hangs there.
What is expected?
I should get a working local dev environment.
What is actually happening?
Unable to apply changes on device: 1F99966C-0EDD-493A-BDF9-7E7406669C18. Error is: request to https://registry.npmjs.org/tns-ios failed, reason: connect EPERM 104.16.18.35:443 - Local (0.0.0.0:0).
This message just sits there and the program doesn’t go on.
It was giving me a permission error “Could not remove file…” but following another suggestion I removed hooks, node_modules folders and ran npm install
. That seems to have fixed that issue but now I have this one.
If I try to ping 104.16.18.35, I just get request timeout messages.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
I ended up doing a complete system restart and creating a whole new project from the beginning… it worked this time!
We are locking this issue because it has been closed for more than 14 days.
If the issue comes up again please open a new issue with additional details.