Help, Error on Visual Studio .NET C-sharp #64636
-
Hi i'm having an error come up on my terminal for visual studio (just downloaded) when i try to play the code. I'm currently using a mac Version 10.13.6 any one got any ideas? Thankyou Referenced from: /usr/local/share/dotnet/dotnet (which was built for Mac OS X 11.6) dyld: Symbol not found: ____chkstk_darwin And this is the Problem Report for dotnet: Process: dotnet [4327] Date/Time: 2022-02-01 17:22:34.536 +0000 Sleep/Wake UUID: 7B70B1F6-2A8A-4B5F-8DF2-B388ACC7A76F Time Awake Since Boot: 14000 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Termination Reason: DYLD, [0x4] Symbol missing Dyld Error Message: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread Thread 0 crashed with X86 Thread State (64-bit): Logical CPU: 0 Binary Images: External Modification Summary: VM Region Summary:
REGION TYPE SIZE COUNT (non-coalesced) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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. runtime/eng/native/configurecompiler.cmake Line 423 in bbfc15c |
Beta Was this translation helpful? Give feedback.
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.
runtime/eng/native/configurecompiler.cmake
Line 423 in bbfc15c