Open schaubh opened 3 weeks ago
To the best of my knowledge this appears to be an issue with Xcode 16, downgrading to Xcode 15 readily resolves this problem. In the mean time, to compile from the command line on macOS, you can use the makefile approach by using:
python conanfile.py --generator "Unix Makefiles"
Describe the bug After upgrading to Xcode 16 or 16.1, then running
python conanfile.py
, I get the error message saying:To reproduce Steps to reproduce the behavior:
Expected behavior The command
python conanfile.py
should configure BSK and compile it without issues.Desktop (please complete the following information):