diff --git a/.circleci/config.yml b/.circleci/config.yml index 21e84325c..455610e0b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ executors: working_directory: ~/player resource_class: macos.x86.medium.gen2 macos: - xcode: 13.4.1 + xcode: 14.0 environment: TZ: "/usr/share/zoneinfo/America/Los_Angeles" android: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b67268592..5ee4fad52 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,7 @@ If the changes are larger (API design, architecture, etc), [opening an issue](ht * [npm >= 8.19.2](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) * [yarn >= 1.22.19](https://yarnpkg.com/) * [Swift >= 5.2](https://www.swift.org/download/) +* [Xcode >= 14.0](https://developer.apple.com/xcode/) * [Android NDK >= 19.2.5345600, <= 21](https://github.com/android/ndk/wiki/Unsupported-Downloads#r19c). Any version > 21 will not work, period. You'll need to add `ANDROID_NDK_HOME` to your environment manually. ## Building and Testing Locally