-
-
Notifications
You must be signed in to change notification settings - Fork 197
Platform update ios command does not update the iOS runtime #772
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
Comments
Related to this - I've updated to NativeScript 1.2.2
After removing and adding the ios platform
My package.json now reports the tns-ios package is 1.2.1 - is this normal - I would expect it to say 1.2.2?
|
@NickBranstein this is expected behavior. |
I had this issue after upgrading the CLI to 1.2.3 today, and with a new 1.2.2 release (we were on 1.2.1 prior). |
Output of replication with |
If the new version of runtime is not cached, tns platform update throws an error Fixes #772
If the new version of runtime is not cached, tns platform update throws an error Fixes #772
If the new version of runtime is not cached, tns platform update throws an error Fixes #772
I tried to update ios runtime from 1.2.2 to the forthcoming 1.3.0. It looked like the platform update was successful itself, but after that I failed to build the app. |
It seems like
tns platform update ios
does not download the iOS runtime requested version to the npm cache, therefore the project could not be updated to it.Output:
Workaround:
The text was updated successfully, but these errors were encountered: