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:
Jul 21, 2015 1:08 AM
I have found the solution to get debug working all the time.
- Quit Xcode then go to /Users/<username>/Library/Developer/Xcode/
- There should be 2 folders, "Watch OS DeviceSupport" and "watchOS DeviceSupport"
- Delete "watchOS DeviceSupport"
- Delete all older versions of Xcode DeveloperPortal* files. Keep the DeveloperPortal 7.0.* files.
- Open Xcode
- Delete derived data in Windows->Projects
- Deploy and enjoy debugging
Now, back to a more regular development pattern! Productivity should improve now.
No comments:
Post a Comment