On Sat Jun 29 21:52:08 2024 +0000, Dean M Greer wrote:
In MacOSX15.sdk (Xcode16) it’s not just depreciated it’s marked as removed so results in a compilation error. We’d also need a version of this for wine-9.0.x or wine won’t be buildable using Xcode16.
In my testing, if you build with Xcode 16 but target an older macOS version (set `MACOSX_DEPLOYMENT_TARGET=14.0` or older) those errors will just be warnings instead.