-
-
Notifications
You must be signed in to change notification settings - Fork 200
Closed
Description
Tell us about the problem
CLI fails with EPIPE during $ tns run ios
Which platform(s) does your issue occur on?
iOS device
Please provide the following version numbers that your issue occurs with:
- CLI: 3.1.2
- Cross-platform modules: no matter
- Runtime(s): no matter
- Plugin(s): no matter
Please tell us how to recreate the issue in as much detail as possible.
$ tns create myApp$ cd myApp$ tns run ios- Change something in CSS or XML file inside app
- Ensure the change is applied on device
- Uninstall the application manually from device
- Apply new change in app dir
- App should be installed and new change should be applied. Instead, EPIPE error is shown.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
Reactions are currently unavailable