Base solution for your next web application
Open Closed

New Project Immediate Xamarin Failure #10467


User avatar
0
kfrancis created
  • 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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @kfrancis

    Did you enable Linker ? If so, it is not supported.

  • User Avatar
    0
    kfrancis created

    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.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @kfrancis

    Did you have a chance to try this ?

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.