Tuesday, July 21, 2015

A fix for remote debugging iOS9 WatchOS2 beta3!

Many thanks to dhash. Looks like an upgrade issue, where Xcode 7 isn't quite working when state from prior Xcode exists in local directories.  From Apple Forum Thread:
dhash (edited gm)
Jul 21, 2015 1:08 AM 
I have found the solution to get debug working all the time.
  1. Quit Xcode then go to /Users/<username>/Library/Developer/Xcode/
  2. There should be 2 folders, "Watch OS DeviceSupport" and "watchOS DeviceSupport"
  3. Delete "watchOS DeviceSupport"
  4. Delete all older versions of Xcode DeveloperPortal* files. Keep the DeveloperPortal 7.0.* files.
  5. Open Xcode
  6. Delete derived data in Windows->Projects
  7. Deploy and enjoy debugging 

Now, back to a more regular development pattern!  Productivity should improve now.

No comments:

Post a Comment