Tried a public sample code project and my own project. Observe no problem with watchOS 1.
watchOS 2 App installs and operates successfully on the real Apple Watch and the simulator, but it won't support the debug mode launching the app on the device by Xcode.
Tried to allow the system to create the Provisioning files and manually create the Provisioning files for the development mode.
Test on 10.10, 10.11.
Steps to Reproduce:
Set up the Provisioning files on build settings, watchOS 2 environment and etc.
Go to the scheme on the left top of the Xcode 7.0 beta and choose the iPhone and Apple Watch device.
Wait... the WatchKit App seems to be installed on Apple Watch, but the screen remains blank.
The Play button on the Xcode is activated after the click. Wait 1 minute. It will be turned off without any warning.
Expected Results:
The WatchKit App will be launched on the Apple Watch.
Actual Results:
The screen remains blank.
Version:
watchOS 2 + iOS 9 (released on June 23, 2015)
Here is a similar case, but in this case there is no error message and plugging the devices directly to a Mac and rebooting all devices won't solve it.
Thank you