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
Copy folder with files breaks livesync.
Steps to reproduce:
tns create TestApp tns run ios --path TestApp cp -R <some folder with at least 1 file inside> TestApp/app/<some folder>
Log:
Transferring project files... Unable to sync files. Error is: Multiple errors were thrown: EEXIST: file already exists, mkdir '/Users/topuzov/Library/Developer/CoreSimulator/Devices/B401AF52-81BC-4BA7-82CC-EF15DA7CD588/data/Containers/Bundle/Application/ED4EBAD7-EA40-498D-B162-9C398224303C/MitkoApp.app/app/f4'
Found in [email protected]
[email protected]
The text was updated successfully, but these errors were encountered:
Fix multiple mkdir commands for the same directory #2653
8759f88
Fix multiple mkdir commands for the same directory #2653 (#2658)
b696d99
* Fix multiple mkdir commands for the same directory #2653 * Change travis build node.js version to 6
Enable test_210_tns_run_ios_add_remove_files_and_folders
970e1fd
Enable tests after NativeScript/nativescript-cli#2653 was fixed
skip the hidden files when livesyncing (#2663)
8a7e798
* Fix multiple mkdir commands for the same directory #2653 * skip the hidden files when livesyncing
yyosifov
No branches or pull requests
Copy folder with files breaks livesync.
Steps to reproduce:
Log:
Found in
[email protected]
The text was updated successfully, but these errors were encountered: