Hi, I'm trying to build an umbraco cloud project locally, when I clone the project down and execute dotnet run, I get the error below. I can confirm that I have .net core 7+ installed.
Is this an xcode error, or a quirk with Umbraco cloud?
/usr/local/share/dotnet/sdk/7.0.101/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(574,5): error NETSDK1177: Failed to sign apphost with error code 0: sh: line 1: 13076 Bus error: 10 /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -find codesign_allocate 2> /dev/null [/Applications/MAMP/htdocs/dev-jet-set-sports/src/UmbracoProject/UmbracoProject.csproj]
Umbraco cloud build errors on a mac
Hi, I'm trying to build an umbraco cloud project locally, when I clone the project down and execute dotnet run, I get the error below. I can confirm that I have .net core 7+ installed.
Is this an xcode error, or a quirk with Umbraco cloud?
/usr/local/share/dotnet/sdk/7.0.101/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(574,5): error NETSDK1177: Failed to sign apphost with error code 0: sh: line 1: 13076 Bus error: 10 /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -find codesign_allocate 2> /dev/null [/Applications/MAMP/htdocs/dev-jet-set-sports/src/UmbracoProject/UmbracoProject.csproj]
is working on a reply...