Open atrefonas opened 1 year ago
I see the issue referenced here: https://github.com/KhronosGroup/MoltenVK/issues/1756
Upgrade to Xcode 14 or use a custom build, there's nothing we can do, if Vulkan SDK is built with Xcode 14 (and without -fno-objc-msgsend-selector-stubs
) it won't be useable with older Xcode.
We should add a note about this in our compilation docs, I'll move it to godot-docs.
I was able to fix it on my macOS system with these commands to uninstall and reinstall the Xcode Command Line Tools
sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install
However, I do agree it should be documented in the compilation docs.
Godot version
62d4d8bfc63506fe382ae21cfe040fe4f03df8c8
System information
macOS Monterey, version 12.4
Issue description
I tried building Godot from the source for the first time and see this. I'm not sure if it has to do with my Vulkan version which is vulkansdk-macos-1.3.239.0.dmg. Any ideas?
Steps to reproduce
git clone godotengine repo (master)
Install the following: https://sdk.lunarg.com/sdk/download/1.3.239.0/mac/vulkansdk-macos-1.3.239.0.dmg
scons platform=macos arch=arm64
Minimal reproduction project
N/A - build issue