Working through a .Net Maui application testing Couchbase as a MongoDB replacement, everything is working great while debugging but release builds (on iOS) throw the following error:
at XXXXX.Program.Main(String[] args) in /XXXXX/Platforms/iOS/Program.cs:line 12 LiteCore (System.DllNotFoundException) at Couchbase.Lite.Logging.FileLogger.SetupDomainObjects() at Couchbase.Lite.Logging.FileLogger..ctor() at Couchbase.Lite.Logging.Log..ctor() at Couchbase.Lite.Database..cctor()
I have not tried Android yet as i am still validating this switch.
4 posts - 3 participants