apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.16k stars 987 forks source link

cordova-ios@6.1.0 Not installed #917

Closed UTSOURCE closed 4 years ago

UTSOURCE commented 4 years ago

QQ截图20200624150314 cordova-ios@6.1.0 Not installed

erisu commented 4 years ago

Not released yet.

npm

UTSOURCE commented 4 years ago

@erisu Can I install version 6.0.0 or higher? For example, the beta version that is updated every day, how can I install it if I can?

erisu commented 4 years ago

If you are talking about our nightly builds, you can install it like this:

cordova platform add ios@nightly

But nightly builds have not been officially voted for release and is not recommended to be used in production environment. Nightly builds may contain bugs.

Using nightly is only recommended for testing upcoming releases and so that you could discover and report issues back to us.

You could also install the 6.1.0 tag from GitHub but again this tag 6.1.0 is not the official release.

cordova platform add github:apache/cordova-ios#6.1.0

An official release tag would be rel/6.1.0 but is not yet created but typically once that tag is created, it will be uploaded to the npm registry as well.

UTSOURCE commented 4 years ago

@erisu Thank you