I’m trying to make my first build ever.
I’m working on macOS Catalina, 10.15
I followed these instructions here: https://wiki.blender.org/wiki/Building_Blender/Mac
The last step xcode build failed with this log output:
Yeah, the latest MacOS update has been causing issues lately.
I’m wondering if this is Xcode related… does make full
or make developer
work for you?
make full and and make developer works
Try starting Cmake from the console by typing cmake-gui
and then configure and generate an Xcode project. It could be that Cmake GUI is using different config than the make command…
Thanks, now it was successfully build