Xcode: Note on automatically created schemes #17

Merged
Raul Fernandez Hernandez merged 3 commits from farsthary/blender-developer-docs:Xcode-notes-changes into main 2024-02-07 17:29:05 +01:00
Showing only changes of commit 138886b846 - Show all commits

View File

@ -54,12 +54,10 @@ should build the application and launch Blender in the debugger.
## Troubleshooting ## Troubleshooting
If you have both the minimal command line tools (in * If you have both the minimal command line tools (in
`/Library/Developer/CommandLineTools/`) and Xcode (usually in `/Library/Developer/CommandLineTools/`) and Xcode (usually in
`/Applications`) installed, `xcode-select --print-path` shows the `/Applications`) installed, `xcode-select --print-path` shows the
path to the C/C++ compiler toolchain which will be used by CMake. It can path to the C/C++ compiler toolchain which will be used by CMake. It can
be reset to a good default by running `sudo xcode-select -r`. be reset to a good default by running `sudo xcode-select -r`.
* Upon launching Xcode, a prompt will appear, inquiring whether you wish to automatically generate schemes for certain targets. * Upon launching Xcode, a prompt will appear, inquiring whether you wish to automatically generate schemes for certain targets. Selecting the "Automatically create scheme" option will result in the creation of new schemes for specified targets. To prevent the prompt from reappearing, you may either deselect the "Autocreate scheme" option or opt for manual scheme creation.
* Selecting the "Automatically create scheme" option will result in the creation of new schemes for specified targets.
* To prevent the prompt from reappearing, you may either deselect the "Autocreate scheme" option or opt for manual scheme creation.