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 259cb497be - Show all commits

View File

@ -59,3 +59,6 @@ If you have both the minimal command line tools (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`.
Optional:
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.