Skip to content

Help, Error on Visual Studio .NET C-sharp #64636

Answered by vcsjones
Jamesdagless asked this question in Q&A
Discussion options

You must be logged in to vote

It suspect this is because your version of macOS is too old to run .NET 6. The release notes indicate that 10.15 is the minimum OS requirements to run .NET 6.

.NET 6 is built with 10.14 as a minimum OS requirement, so the build is likely using something that is not available on a 10.13 system.

set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14")

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by danmoseley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants