@Gramcito wrote:
Hello all,
Running Xamarin iOS app and when saving a document getting the following error:
FLMutableArray_New assembly: type: member:(null)This happens when simply calling .SetArray on a new document, i.e.
var mutableDocument = new MutableDocument();
var cbArray = new MutableArrayObject();
cbArray.InsertString(0, “string 0”);
cbArray.InsertString(1, “string 1”);
mutableDocument.SetArray(“somearray”, cbArray);(Just some dummy code created trying to debug.)
Installed: Couchbase Lite 2.7, and Couchbase Lite Support for iOS, Xamarin Form 4+
Might be missing something obvious but the CBL docs don’t exactly go into depth on saving documents. Any insights greatly appreciated.
G
Posts: 1
Participants: 1