Problem in IOS - 'Bind_TOCropViewController.TOCropViewController'
Closed this issue · 3 comments
hugotruffe79 commented
I am using the nuget in MAUI and i have problem in iOS
The error is
Could not create an native instance of the type 'Bind_TOCropViewController.TOCropViewController': the native class hasn't been loaded.
It is possible to ignore this condition by setting ObjCRuntime.Class.ThrowOnInitFailure to false.
I am using Plugin.Maui.ImageCropper 1.1.3 with maui with net8
Note
The Demo of site, is ok but when i use the nuget, i have this problem
Alex-Dobrynin commented
could you create a test project and attach it here? it would help me a lot
hugotruffe79 commented
Hi Alex
I could created a demo and the problem no exist.
Other framework that I am using is Prims, maybe this is the problem
Please. Do you can to remove the bug that i reported?
Sorry
Alex-Dobrynin commented
Prism for MAUI is very buggy. Try to use this MVVM framework for maui navigation MPowerKit.Navigation. principle is the same as in prism, but it more lightweight and free, also I'm using it in my apps and fixing when find bugs.