telerik / mobile-cli-lib

Contains common infrastructure for CLIs - mainly AppBuilder, NativeScript, DDB and Proton.
Apache License 2.0
11 stars 10 forks source link

Fix ENOENT when sync to iOS simulator #893

Closed rosen-vladimirov closed 7 years ago

rosen-vladimirov commented 7 years ago

Cherry-pick from release

In some cases we are not able to sync files to iOS Simulator as chokidar does not raise correct events on macOS when directory is renamed immediately after it's being created. After adding a file to this directory we throw ENOENT, as such dir does not exist in Simulator's dir. In order to fix this, ensure the directory exist in the simulator.

justcodebuilduser commented 7 years ago

:heart: