i created a simple test app using the watch app Xcode template in Xcode 7. when i build and run this on the watch simulator, the app never runs. When i try to run the same app on the device (also via Xcode), the app gets installed but never runs. Looking at the watch logs, at appears that "nanoappregistryd" crashes on the watch right around the same time. sometimes, the watch actually reboots when this happens.
Has anyone been able to debug a watchOS 2.0 app via Xcode7?
ps: iPhone is on iOS9 and mac is on OSX El Capitan