- What is your product version? 10.3.0 or 10.4.0
- What is your product type (Angular or MVC)? MVC
- What is product framework type (.net framework or .net core)? .NET Core
If we generate a new demo project today with these settings:
- ASP.NET CORE MVC & jQuery
- NET 5
- 10.4.0 (or 10.3.0)
And attempt to run the Xamarin project in the simulator, following the dev guide, it fails with:
Error processing the method 'System.Void Abp.Auditing.AuditingInterceptor/<InternalInterceptAsynchronous>d__6`1::MoveNext()' in the assembly 'Abp.dll': Value cannot be null.
Looks like it's something related to the linker going wrong.
4 Answer(s)
-
0
Hi @kfrancis
Did you enable Linker ? If so, it is not supported.
-
0
Didn't touch anything, straight from the download. I suspect that the mac I'm using is unhappy, I'm just reformatting it to see if that changes anything.
-
0
Hi @kfrancis
Did you have a chance to try this ?
-
0
The comment from @kfrancis
It looks like this was due to us wanting to use VS 2022. When doing so, it completely messed our mac instance up. A word of warning to others, don't mix while VS 2022 is in preview along with xcode 13 being in beta.