Xcode: Note on automatically created schemes #17
@ -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.
|
|
Loading…
Reference in New Issue
Block a user