-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
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
Add platform on each platform related command #785
Comments
vchimev
pushed a commit
to NativeScript/nativescript-cli-tests
that referenced
this issue
Aug 19, 2015
Due to: NativeScript/nativescript-cli#785 NativeScript/ios-jsc@a8e007f7e94ac44bc7d20 734584982ec2300d513
vchimev
pushed a commit
to NativeScript/nativescript-cli-tests
that referenced
this issue
Aug 19, 2015
vchimev
pushed a commit
to NativeScript/nativescript-cli-tests
that referenced
this issue
Aug 20, 2015
vchimev
pushed a commit
to NativeScript/nativescript-cli-tests
that referenced
this issue
Sep 1, 2015
vchimev
pushed a commit
to NativeScript/nativescript-cli-tests
that referenced
this issue
Sep 1, 2015
vchimev
pushed a commit
to NativeScript/nativescript-cli-tests
that referenced
this issue
Sep 1, 2015
vchimev
pushed a commit
to NativeScript/nativescript-cli-tests
that referenced
this issue
Sep 2, 2015
vchimev
pushed a commit
to NativeScript/nativescript-cli-tests
that referenced
this issue
Sep 2, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you execute
tns run <platform>
, but you have forgotten to add the platform before that, you go in inconsistent state. Make sure to add the platform for the user when one of the following is executed:tns prepare <platform>
tns build <platform>
tns run <platform>
tns update <platform>@<version>
- this will add the specified version in case you have not added the platform before that.tns emulate <platform>
This way we simplify the workflow, now you can just do:
tns create app1
tns run android --path app1
And the application will run on your attached device.
Part of the implementation of: #475
The text was updated successfully, but these errors were encountered: