diff --git a/lib/check_reqs.js b/lib/check_reqs.js index 34ef1856a..685dd11d0 100644 --- a/lib/check_reqs.js +++ b/lib/check_reqs.js @@ -25,7 +25,7 @@ const { CordovaError } = require('cordova-common'); const SUPPORTED_OS_PLATFORMS = ['darwin']; -const XCODEBUILD_MIN_VERSION = '11.0.0'; +const XCODEBUILD_MIN_VERSION = '15.0.0'; const XCODEBUILD_NOT_FOUND_MESSAGE = `Please install version ${XCODEBUILD_MIN_VERSION} or greater from App Store`;