Search code examples
iosxcodeios-simulatorwatchkitapple-watch

No Simulators showing up under my Watchkit target


My WatchKit target application isn't displaying any simulators, I'm using Xcode Version 6.2 (6C107a): https://i.sstatic.net/h02Px.png

No Simulators showing up under my Watchkit target


Solution

  • There are other strange things about that scheme that you're displaying there. The WatchKit Extension would not normally appear there, nor should any of those CocoaPods. (I am assuming that the ThemoDiemExtension is the WatchKit Extension. If it is some other kind of Extension, perhaps it might be intended to appear there?)

    Try selecting "New Scheme..." at the bottom of that menu, and create a new clean Scheme that includes your app and your watchKit App. You may also want to select "Manage Schemes..." and see if you can see anything clearly wrong with the current one.

    I presume you have already tried the "More simulators..." option under the "Mickey's iPhone (no paired Apple Watch)"?