Skip to content

Instantly share code, notes, and snippets.

@bre7
Created April 10, 2022 19:01
Show Gist options
  • Save bre7/b2e8d83c40123299044533cc3130ec3c to your computer and use it in GitHub Desktop.
Save bre7/b2e8d83c40123299044533cc3130ec3c to your computer and use it in GitHub Desktop.
Running Xcode 13.2.1 on iPhone iOS 15.3+

Credits to https://developer.apple.com/forums/thread/702220

  1. Download latest ZIP from https://github.com/iGhibli/iOS-DeviceSupport/tree/master/DeviceSupport
  2. Paste ZIP file contents to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

E.g.

mkdir -p ./ios-dd/ && wget -qO- https://github.com/iGhibli/iOS-DeviceSupport/raw/master/DeviceSupport/15.4(FromXcode_13.3(13E113)).zip | bsdtar -xvf- -C ./ios-dd/ && mv ./ios-dd/* /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/ && rm -rf ./ios-dd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment