Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Right now a `cordova platform update` (CLI) or update scripts (non-CLI) will treat platforms as a build artifact.
They use the same function:
https://github.com/apache/cordova-ios/blob/df5441df874183d3d36b64e84969ebc7f0838f05/bin/lib/create.js#L261-L273
There is no warning to the user at all. We should:
1. Add a warning but don't do the update
2. The warning has an instruction on how to override the warning and do the update (new flag?)