Trick of the month….
- Upgrade your device to iOS 10
- Install Xcode 8 (Beta)
- Hook up your device and launch Xcode. It’ll download debugging symbols.
- Run this command in bash:
sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0\ (14A5261u) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0\ (14A5261u)
And now you can use your iOS 10 device with Xcode 7. Phew