Skip to content

Instantly share code, notes, and snippets.

@jonathan-beebe
Created October 26, 2015 15:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathan-beebe/9c59f7dbad50be3ea312 to your computer and use it in GitHub Desktop.
Save jonathan-beebe/9c59f7dbad50be3ea312 to your computer and use it in GitHub Desktop.
Enable Xcode to support installing iOS apps on devices running newer version of iOS
- Go to newer version of Xcode, e.g. Xcode 7, in the Finder
- Right click and show package contents
- Navigate to `Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/`
- Copy the `9.0 (13A340)` folder
- Go to older version of Xcode, e.g. Xcode 6.4, in the Finder
- Right click and show package contents
- Navigate to `Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/`
- Paste the iOS 9 folder
- Restart Xcode
@mattcianna
Copy link

i love you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment