Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
cordova-paramedic 0.5.0
Description
According to purplecabbage cordova-paramedic only works for the iOS Simulator, Android Emulator, WP8 Emulator and Windows directly on the machine.
When I connect an iOS device to my computer and run:
cordova-paramedic --platform ios --plugin .
The process hangs at:
cordova-paramedic: running command cordova run ios --target iPhone-6s-Plus local-server: new socket connection cordova-paramedic: Device info: {"available":true,"platform":"iOS","version":"9.3","uuid":"533C146A-B49B-454A-93EA-1B0AAB394256","cordova":"4.1.1","model":"x86_64","manufacturer":"Apple","isVirtual":true,"serial":"unknown"}
The fix would be to always specify the emulator in the cordova cli.