You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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) thetns 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:
Please tell us how to recreate the issue in as much detail as possible.
Add the following property in
nativescript
key inpackage.json
and runtns run ios
.Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
See above
The text was updated successfully, but these errors were encountered: