Watchkit extension does not start

I cannot run the iOS Watch app on the simulator. Installed the latest beta 6.2 on Yosemite

1) I am creating one view based application,

2) Add App Watch Target

3) The app to expand and view is automatically generated

4) Launch the app and launch the simulator and turn on the Apple Watch simulator.

5) Switch schema to application Observe application and run Launch

Xcode status bar showing Running App ...... and never jumping to second step

Launching an app extension, so nothing appears on Apple Watch!

+3


source to share


3 answers


1. Select "... Watch application" Run it on the simulator iPhone 5 and higher
(watch simulator does not work with iPhone 4s)

2. Go to Hardware> External Displays> Select one of the external Watch displays.



As a result, you should see the log on the console from WKInterfaceController

WathcKit

Extension

+2


source


I have exactly the same problem. I created a new project and added the WatchKit extension in Xcode 6.2 beta 4 with WatchKit. I tried all the paths mentioned in other answers but still couldn't get the app to look in the simulator. Finally, I got it working.

My steps:



  • Uninstall the containing app in the iPhone simulator.
  • Clean the project in Xcode.
  • Don't launch the containing app, launch the WatchKit app from Xcode.
0


source


1 .. Don't hit the main goal, run the clock increase target. you can find below application so you can get an idea

2. Go to "Hardware"> "External Displays"> Select one of the external displays "Surveillance"

0


source







All Articles