Skip to content

Commit

Permalink
docs: make doclint happy. (#4654)
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem authored Dec 10, 2024
1 parent bf7ea88 commit e9c3d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/troubleshooting/building-the-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ When working with dependencies that require running your iOS app in a Rosetta si
"build": "xcodebuild -workspace ios/MyApp.xcworkspace -scheme MyApp -configuration Debug -sdk iphonesimulator -arch x86_64 -derivedDataPath ios/build"
```

2. Run the following command in your terminal to ensure Xcode is properly selected:
1. Run the following command in your terminal to ensure Xcode is properly selected:

```bash
sudo xcode-select --switch /Applications/Xcode.app
```

3. Launch the iOS simulator in Rosetta mode:
1. Launch the iOS simulator in Rosetta mode:

```bash
arch -x86_64 /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app/Contents/MacOS/Simulator
Expand Down

0 comments on commit e9c3d8a

Please sign in to comment.