Open
Description
When building a .NET 8 app on Mac I'm getting an error "Failed to sign apphost error code one:: singlefilehost is already signed". I ONLY get this issue when building the x64 version of the app. If I use the exact same build and publish profile but change it to output ARM then it completes successfully.
I've tried completely uninstalling, using the MS supplied scripts, and reinstalling the latest release but I get the same error.
The fact that this only happens when building the x64 version is why I believe this is a bug in the .NET Core SDK and not my settings. But if you guys know of a way to fix this issue I would love to hear it.