From 5f67ba85c6d04b5bea827ec1eabb640028d97ae8 Mon Sep 17 00:00:00 2001 From: Alexandre Reol Date: Wed, 3 Aug 2022 14:17:08 +0200 Subject: [PATCH] Add installation guide for macOS Ventura Beta users --- .../Mac-OS-X-Homebrew-Installation-Instructions.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/md/Installation_Instructions/Mac-OS-X-Homebrew-Installation-Instructions.md b/doc/md/Installation_Instructions/Mac-OS-X-Homebrew-Installation-Instructions.md index f905084f0..4a2258519 100644 --- a/doc/md/Installation_Instructions/Mac-OS-X-Homebrew-Installation-Instructions.md +++ b/doc/md/Installation_Instructions/Mac-OS-X-Homebrew-Installation-Instructions.md @@ -7,6 +7,7 @@ # Table of Contents - [Mac OS X - Homebrew automatic installation](#mac-os-x---homebrew-automatic-installation) - [Table of Contents](#table-of-contents) + - [macOS Ventura Beta users](#macos-ventura-beta-users) - [Apple Silicon (M1) Notes](#apple-silicon-m1-notes) - [Install Proxmark3 tools](#install-proxmark3-tools) - [Upgrade HomeBrew tap formula](#upgrade-homebrew-tap-formula) @@ -21,6 +22,18 @@ +## macOS Ventura Beta users +^[Top](#top) + +Users of macOS Ventura Beta can no longer use Xcode versions lower than 14.0. (*Technically* they can by `Show Package Contents` and running `/Contents/MacOS/Xcode` but this is not recommended or recognized by Brew installations) + +Therefore you need to download Xcode 14.0 Beta and open it to install the correct Command Line Tools. (https://developer.apple.com/download/all/) + +Important: you need to rename `Xcode-beta.app` to `Xcode.app` (Note: If you still need Xcode 13.0 for signing and uploading apps to App Store rename `Xcode.app` to `Xcode-2.app`). + +Continue installation as detailed below. + + ## Apple Silicon (M1) Notes ^[Top](#top)