From f3e0ca4ecc524ebb7701dd6cf87a3d6196efe467 Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:53:33 -0400 Subject: [PATCH] fix(docs): set xcode version to 15.2 --- src/cordova/apple/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cordova/apple/README.md b/src/cordova/apple/README.md index dee5592a7a..4bc7454adb 100644 --- a/src/cordova/apple/README.md +++ b/src/cordova/apple/README.md @@ -7,7 +7,7 @@ This document describes how to develop and debug for macOS (formerly known as OS You will need: - An Apple Developer Account. You will need to be invited to your developer team as well. -- XCode 13.2+ ([download](https://developer.apple.com/xcode/)) +- XCode 15.2 ([download](https://developer.apple.com/xcode/)) - XCode command line tools: `xcode-select --install` > NOTE: Should you encounter issues with your build, there may be apple-specific dependencies that are out of date. Run `npm run reset` and try again!