I’m trying to get my watchOS 2 app running on my Apple Watch.
With Beta 4, I was able to run the WatchKit App (including HealthKit) and debug it on the Watch.
When upgrading to Beta 5, I couldn’t select the “iPhone + Apple watch” combination, as it was marked as Ineligible in the Active Scheme, with the following message “xxx iPhone + yyy Apple Watch (no symbols for paired apple watch)”.
After many hours of trials and mainly errors, the solution that eventually worked for me is based on this post, but to simplify things I’ve followed the initial steps, changed the directory name to work with Beta 5 and zipped the relevant folders. So the simplified version for Beta 5 is:
- Download the zip file from here to the target directory:
~/Users/<user>/Library/Developer/Xcode - Unzip the file. You should see a new folder named “WatchOS DeviceSupport” under your Xcode folder, with another folder named “2.0 (13S5325c)”.
- Open project on Xcode 7 beta.
- Disconnect and connect your iPhone.
That’s all – it worked for me, I hope it will work for you as well.