cordova run ios --target ... --emulator
builds for different target
#603
Labels
cordova run ios --target ... --emulator
builds for different target
#603
Bug Report
Problem
What is expected to happen?
When I specify a
--target
, I expect the build to be for this target.What does actually happen?
When using
--target
to specify a target, it builds for another simulator anyway.(from https://travis-ci.org/apache/cordova-paramedic/jobs/519983893)
Fortunately this is often fine, as in the linked CI build, as the built app still can deploy and run on the simulator.
But in cases like #602 it breaks the deployment of the built app later.
Information
Version information
CLI 9, cordova-ios 5.0.0
Checklist
The text was updated successfully, but these errors were encountered: