Getting "cannot detect ios-sim on path" warning
I'm using webstorm to build a phone gap project and I'm getting the warning "cannot detect ios-sim on path" on my iPhone run configuration. The sim is definitely installed--I'm able to use the run configuration to launch the app in the sim. But for some reason the warning persists. I've tried resetting and reinstalling pretty much everything to no avail. The fact that it runs means I can still do work, but the error is still frustrating.
Please sign in to leave a comment.
This message usually means that ios-deploy was not found in your PATH. Do you have it installed?
We have fixed the ios detection, so that no messages will be shown if ios-deploy is missing
Thanks! I don't recall seeing "install ios-deploy" in the installation instructions, but doing so seemed to make the error go away.