-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS - Apple Silicon - App is Damaged #379
Comments
did you run |
The app packaged by CI haven't been signed with a valid developer certificate (I do NOT have one). You need to run |
well, the way I run it is like this
I believe this is the same as running this command- it works for x64, but not working for arm64 see the errors: but when I build locally - performing the same actions from GitHub workflows of the arm64 matrix - I'm getting an Application that is working! |
Could you please run |
@love-linger wow - this is weird.. it worked! it had |
Since a few people have mentioned this issue, I will consider signing up for an Apple developer account later to solve this problem once and for all. |
I believe it's not issue in this repo, because I ran the build and package locally and it worked great...
I think it's something with the "setup-dotnet" action
I also found this PR: actions/setup-dotnet#539
since it's not working, I think we should track it here in this repo
but the only possible solution will be a workaround unless setup-dotnet action will fix the issue (if I'm correct and the issue is from there)
BTW, it's not urgent because the Intel based version works too on Apple Silicon
The text was updated successfully, but these errors were encountered: