Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Master, 3.8.0
-
None
Description
running cordova run ios --target someiosdeviceid
doesn't work.
user should be able to get the list of valid ids using cordova run --list
ios-deploy certainly supports it (--id or -i)
However this flag and its argument is not passed to ios-deploy from
cordova/run: https://github.com/apache/cordova-ios/blob/f7a888140951e1952acd40f3ec54d13726f2fae4/bin/templates/scripts/cordova/lib/run.js#L111