-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
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