-
Notifications
You must be signed in to change notification settings - Fork 116
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
Lack of M1 support when rosetta isn't installed #210
Comments
As a quick test you can set AspectInjector_Location in your csproj file to |
We produce osx-arm64 binary but I don't see any code that would detect running on M1
I need to figure a reliable way to tell M1 |
Please try https://www.nuget.org/packages/AspectInjector/2.8.2-pre1 once it is available |
With
|
Issue looks similar to here |
From further look seems that Apple Silicon binaries should be signed in order to be executed |
Confirmed, I executed |
Did you use just selfsigned certificate? |
yes, no special certificate provided |
Hi @omer-za , |
@pamidur issue still persists, even with |
Hi,
I have figured the fix already, but wasn't able to implement it yet.
Plus I'll need someone willing to test as I don't have a Mac.
…On Sun, 12 May 2024, 21:34 Osher De Paz, ***@***.***> wrote:
@pamidur <https://github.com/pamidur> issue still persists, even with
2.8.2-pre2
—
Reply to this email directly, view it on GitHub
<#210 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7HZUCF4OBMOIWZGRVOVRTZB4ZR3AVCNFSM6AAAAAAUNX5VTGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBWGE4DINRTGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I can help testing it, should be easy enough |
Environment
Describe the bug
Build fails on M1 without Rosetta
To Reproduce
Just try to build a project with aspectinjector as a package reference on a M1 machine without Rosetta
The text was updated successfully, but these errors were encountered: