Open successgo opened 1 month ago
Tagging subscribers to this area: @hoyosjs See info in area-owners.md if you want to be subscribed.
This is the same issue as https://github.com/dotnet/runtime/issues/104105 which was addressed in main
for .NET 9, but has not been back ported to .NET 8.
To build .NET 8 you will need to use the Xcode 15 tools (which unfortunately, Xcode 15 does not officially support Sequoia). I don't know if the fix in https://github.com/dotnet/runtime/pull/106744/files would meet the servicing bar.
/cc @filipnavara and @jkotas
There was a request from Unity people to backport the build fix (https://github.com/dotnet/runtime/pull/106800). They probably have it in their fork now. I’d be up for creating the PR if there’s a will to push it through servicing.
I can confirm. After updating to Sequoia the 8.0 branch no longer builds.
Description
Hi, I'm trying to build dotnet runtime v8.0.10 but got the below error:
And the clang version is:
Reproduction Steps
Download dotnet-runtime-8.0.10.zip and run
./build.sh
.Expected behavior
Build success.
Actual behavior
Got the error above.
Regression?
No response
Known Workarounds
No response
Configuration
OS: macOS 15.0.1 Arch: arm64 (m3 macbook air)
Other information
No response