I want to know if anyone could suggest that how can I create Simulator build for Apple Watch
.
I'm following the steps in this [link to create simulator build](https://developers.facebook.com/docs/iOS /creating-iOS -simulator-build-for-review)
but if we use command like xcodebuild -showsdks
It only showing iPhone Simulator
.
Though I've created simulator build using these command for project having target for Apple Watch
, but it do not run on watch simulator.
So, it will be helpful if anyone could suggest how to create Simulator
build for Apple Watch
.