Hintz
Hintz
Push a screen that contains this plugin, then pop the view before it finishes loading. This crashes. IOS: System.NullReferenceException Object reference not set to an instance of an object at...
When a Windows machine has the FIPS 140-2 restriction enabled then connections failed with a message that the encryption being used is not FIPS compliant.
The following lines must be removed in BaseApi.cs for engine version 5.0. ``` [RuntimeDllImport(Constants.TesseractDllName, CallingConvention = CallingConvention.Cdecl, EntryPoint = "TessDeleteBlockList")] void DeleteBlockList(IntPtr arr); ```