Skip to content

Instantly share code, notes, and snippets.

@rafaelmaeuer
Last active March 28, 2024 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelmaeuer/2a8e5dea9f7c07a65810b073217c2818 to your computer and use it in GitHub Desktop.
Save rafaelmaeuer/2a8e5dea9f7c07a65810b073217c2818 to your computer and use it in GitHub Desktop.
  1. Download Xcode 14.3.1 via this link (you need to be signed in with your Apple Id) and install it
  2. Edit Xcode.app/Contents/Info.plist and change the Minimum System Version to 12
  3. (Optional) Do the same for Xcode.app/Contents/Developer/Applications/Simulator.app/Contents/Info.plist (might require a restart of Xcode and/or Mac OS to make it open the simulator on run)
  4. (Optional) Replace Xcode.app/Contents/Developer/usr/bin/xcodebuild with the one from 14.2 (or another version you have currently installed, such as 14.0).
  5. (Optional) Execute sudo xattr -cr /Applications/Xcode.app if Error "Xcode is corrupted and cannot be opened"
  6. If there are problems with the simulator, reboot your Mac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment