Skip to content
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

Run ios command fails if tns-ios version is a tag #3803

Closed
KristianDD opened this issue Aug 7, 2018 · 0 comments
Closed

Run ios command fails if tns-ios version is a tag #3803

KristianDD opened this issue Aug 7, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@KristianDD
Copy link
Contributor

Please, provide the details below:

Did you verify this is a real problem by searching the NativeScript Forum and the other open issues in this repo?

Yes

Tell us about the problem

If the version for tns-ios is set to a tag("rc" for example) the tns run ios command will fail with:
Unable to apply changes on device: xxxxxx. Error is: Invalid Version: rc.

Which platform(s) does your issue occur on?

iOS

Please provide the following version numbers that your issue occurs with:

  • CLI: 4.2.0
  • Cross-platform modules: 4.2.0
  • Runtime(s): rc

Please tell us how to recreate the issue in as much detail as possible.

Add the following property in nativescript key in package.json and run tns run ios.

"tns-ios": {
   "version": "rc"
}

Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

See above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants