Meteor run ios-device brings up simulator instead of device

Subject says it all I guess. I do

meteor run ios-device

And it says:

==> Started app on iOS Simulateor

Update. Running meteor with --verbose flag gives me this:

No target specified for emulator. Deploying to iPhone-6 simulator

Here is what seems to be the solution to the same problem with Ionic: https://github.com/driftyco/ionic-cli/issues/317 How to translate that to Meteor?