From cf79483a8134cece76aafe26b359eb61d976d6aa Mon Sep 17 00:00:00 2001 From: Angus Bayley Date: Wed, 16 Oct 2024 09:59:28 +0100 Subject: [PATCH] readme: fix xcode version --- apps/ledger-live-mobile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ledger-live-mobile/README.md b/apps/ledger-live-mobile/README.md index 15da94b620ba..37403b5c1218 100644 --- a/apps/ledger-live-mobile/README.md +++ b/apps/ledger-live-mobile/README.md @@ -25,7 +25,7 @@ We also share core business logic with Ledger Live mobile through [@ledgerhq/liv ### iOS -- XCode (our CI builds run 15.4, so 15.4 is recommended) +- XCode (our CI builds run 15.3, so 15.3 is recommended) - Ruby 3.3.0 or above. The macOS built-in Ruby [does not work properly for installing dependencies of the iOS app](https://jeffreymorgan.io/articles/ruby-on-macos-with-rvm/), you have to install Ruby with for instance [Homebrew](https://brew.sh/) or [rvm](https://rvm.io/rvm/install) and make sure that `which ruby` points to that newly installed Ruby. ### Android