Replies: 2 comments 7 replies
-
Referencing this issue: run with |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have created a reproducer: https://github.com/lanyusan/dotnet-publish-bug.git Clone it and run: I use a MacBook Air M1 chip, with Ventura 13.1 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to publish an Mac app for code signing.
I have tried with
PublishReadyToRun
, which caused the error as in:#79947
Now I am trying to use publish single file with this very simple setup:
and command
dotnet publish -c release -r osx-x64
,which caused the error below:
So I ran this command
dotnet publish -c release -r osx-x64 -p:UseAppHost=true
, which caused this error:How do I set host binary? I couldn't find any documentation by Googling or reading dotnet documentation.
Help much appreciated. I have been stuck here for a couple of days.
Beta Was this translation helpful? Give feedback.
All reactions