Skip to content

Commit

Permalink
Merge pull request #12748 from Expensify/arosiclair-jekyll-workaround
Browse files Browse the repository at this point in the history
[No QA] Add notes for workaround for Jekyll setup error
  • Loading branch information
NikkiWines authored Nov 16, 2022
2 parents c948f3b + ce6c7a3 commit 12dd4c6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ cd docs
bundle install
```

- On newer versions of macOS/Xcode you may see a `bundle install` error similar to the following. You can workaround it by symlinking whichever version of `universal-darwin` you have. More info in [this SO](https://stackoverflow.com/a/65481787/18466468).

```bash
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.0.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/include/ruby-2.6.0/universal-darwin21/ruby/config.h', needed by arena.o'
```

```bash
cd /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.0.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/include/ruby-2.6.0/
ln -sf universal-darwin22 universal-darwin21
```

## Steps

1. Open the Terminal command line in macOS.
Expand Down

0 comments on commit 12dd4c6

Please sign in to comment.