Open Th3L0x opened 4 days ago
Do you know what is this ObjCRuntime.Registrar ?
testopencv.zip Here is sample project I just created, could you check it please?
I'm not using dotnet 9.0 yet but have you tried opting out of the new default registrar?
That's referenced from https://github.com/TobiasBuchholz/Plugin.Firebase/issues/372
Please could you help I really need this package working
Getting this error on dotnet 9.0 when try to load a model
(in dotnet 8.0 all this worked fine)
Message = "Could not find the type 'ObjCRuntime.Registrar' in the assembly 'OpenCvSdk.iOS'." Source = "Microsoft.iOS" StackTrace = " at ObjCRuntime.RegistrarHelper.GetMapEntry(String assemblyName) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/RegistrarHelper.cs:line 105\n at ObjCRuntime.RegistrarHelper.GetMapEntry(Assembly assembly) in /Users/builder/azdo/_work/1/s/xam…" TargetSite = MapInfo GetMapEntry(System.String)
also for tensorflow too
Message = "Could not find the type 'ObjCRuntime.Registrar' in the assembly 'TensorFlowLite'." Source = "Microsoft.iOS" StackTrace = " at ObjCRuntime.RegistrarHelper.GetMapEntry(String assemblyName) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/RegistrarHelper.cs:line 105\n at ObjCRuntime.RegistrarHelper.GetMapEntry(Assembly assembly) in /Users/builder/azdo/_work/1/s/xam…"