-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: cordova-ios@4.5.0, cordova-ios 4.5.0
-
Component/s: cordova-ios
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?)