When trying to view any PDF's on iOS (Android build is fine) from our Xamarin.Forms project, we get the following error.
Method `Syncfusion.Pdf.Parsing.PdfLoadedDocument.get_IsXFAForm()' is inaccessible from method `Syncfusion.SfPdfViewer.XForms.iOS.ScrollViewEx+<LoadDocument>d__323.MoveNext()'
Has anyone seen this before? Has nothing to do with being an XFA form, it cant access the method to even check for that.
Our project is MVVM based.
Xamarin.Forms version 5.0.0.2012
SfPdfViewer version 18.2.0.54 (Tried updating to newest but even updated, issues is the same)
THanks.