Skip to content

Commit

Permalink
docs: recommend xcode 15.2 install (#4970)
Browse files Browse the repository at this point in the history
### Description

Updates docs to recommend using the latest Xcode 15.2.

### Test plan

- Tested the app locally building with Xcode 15.2
- E2E tests run using Xcode 15.2

### Related issues

N/A

### Backwards compatibility

N/A

### Network scalability

N/A
  • Loading branch information
MuckT committed Feb 23, 2024
1 parent 6fbe62d commit b8156cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WALLET.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ _If you are a Valora employee, please ask to be added to the Valora iOS developm

Xcode is needed to build and deploy the mobile wallet to your iOS device. If you do not have an iOS device, Xcode can be used to emulate one.

Install [Xcode 14](https://developer.apple.com/download/more/?q=xcode) (an Apple Developer Account is needed to access this link).
Install [Xcode 15.2](https://developer.apple.com/download/more/?q=xcode) (an Apple Developer Account is needed to access this link).

We do not recommend installing Xcode through the App Store as it can auto update and become incompatible with our projects.

Note that using the method above, you can have multiple versions of Xcode installed in parallel if you'd like. Simply use different names for the different version of Xcode in your computer's `Applications` folder (e.g., `Xcode10.3.app` and `Xcode11.app`).
Note that using the method above, you can have multiple versions of Xcode installed in parallel if you'd like. Simply use different names for the different version of Xcode in your computer's `Applications` folder (e.g., `Xcode14.3.1.app` and `Xcode15.2.app`).

#### Install Ruby, Cocoapods, Bundler, and download project dependencies

Expand Down

0 comments on commit b8156cc

Please sign in to comment.