pamidur / aspect-injector

AOP framework for .NET (c#, vb, etc)
Apache License 2.0
742 stars 111 forks source link

System.NotSupportedException Mac M1 Mono #202

Open Alex-Dobrynin opened 1 year ago

Alex-Dobrynin commented 1 year ago

Hello. I have this issue building Xamarin app on Mac M1.

Screenshot 2022-11-17 at 20 46 23

When I build my project using windows VMWare with macOS installed on it, it builds ok without any errors. also no errors when building in AppCenter.

pamidur commented 1 year ago

Hi @Alex-Dobrynin , thank for the report, I'll look at it shortly

Alex-Dobrynin commented 1 year ago

Hi @pamidur , any news about fix?

pamidur commented 1 year ago

Unfortunately, I could not yet reproduce the setup needed. But just looking onto the stackTrace - my best guess is that underlying Mono.Cecil (https://github.com/jbevain/cecil) lib does not support something yet. So it might take some time