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
When you want to livesync your changes to ios simulator and you use tns livesync ios --watch the command fails in case there's no ios device attached.
tns livesync ios --watch
Use tns livesync ios --watch --emulator This way the changes will be synced successfully.
tns livesync ios --watch --emulator
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When you want to livesync your changes to ios simulator and you use
tns livesync ios --watch
the command fails in case there's no ios device attached.Worakround
Use
tns livesync ios --watch --emulator
This way the changes will be synced successfully.The text was updated successfully, but these errors were encountered: