Skip to content

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

@KristianDD

Description

@KristianDD

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions