Skip to content

Commit

Permalink
Merge pull request #537 from robotology/doc-xcode-12
Browse files Browse the repository at this point in the history
Add note on Xcode 12 compatibility
  • Loading branch information
traversaro authored Nov 26, 2020
2 parents 3d8f5f9 + af89281 commit dbfd6d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ xcodebuild [-configuration Release|Debug] [-jobs <n>] [-list | -target <target_n
```
`-list` gives the list of available targets.

**Note: as of late 2020, the Xcode 12 generator is not supported, for more info see https://github.com/robotology/ycm/issues/368.
All previous versions instead should work fine. If you have Xcode 12 installed in your macOS system, please use the GNU Makefiles generator.**

### Configure your environment
The superbuild provides an automatically generated `setup.sh` sh script that will set all the necessary enviromental variables to use the software installed in the robotology-superbuild. To do so automatically for any new terminal that you open, append the following line to the `.bash_profile` file:
```
Expand Down

0 comments on commit dbfd6d6

Please sign in to comment.