Closed mamcx closed 6 months ago
This sounds like it will be fixed by:
This is fixed in Mono 5.4.0.175 and later.
I have updated to VS 2019 for Mac (and everything "underneath" including Xamarin.Android 9.0).
I have a Xamarin Forms project that uses Couchbase Lite to connect to a database. The Android project fails with a message similar to the above - and the Couchbase team have looked at it and points at Xamarin for Android - especially the heading of this post brings them to this conclusion.
Here is the output:
[Mono] Loading reference 4 of /storage/emulated/0/Android/data/dk.dalsgaard_data.xamarin.Couchbase/files/.__override__/cb2.dll asmctx DEFAULT, looking for Couchbase.Lite, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null
[Mono] Assembly Ref addref cb2[0x7d1cc98500] -> Couchbase.Lite[0x7d1cc98600]: 3
[Mono] Loading reference 3 of /storage/emulated/0/Android/data/dk.dalsgaard_data.xamarin.Couchbase/files/.__override__/Xamarin.Android.Support.Core.UI.dll asmctx DEFAULT, looking for Xamarin.Android.Support.Compat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
[Mono] Assembly Ref addref Xamarin.Android.Support.Core.UI[0x7d1cd83c00] -> Xamarin.Android.Support.Compat[0x7d1cd83a00]: 5
[Mono] DllImport searching in: '__Internal' ('(null)').
[Mono] Searching for 'java_interop_jnienv_set_int_field'.
[Mono] Probing 'java_interop_jnienv_set_int_field'.
[Mono] Found as 'java_interop_jnienv_set_int_field'.
Instantiate cb2.Services.DbDataStore
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'c4_getVersion'.
[Mono] Probing 'c4_getVersion'.
[Mono] Found as 'c4_getVersion'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLSliceResult_Release'.
[Mono] Probing 'FLSliceResult_Release'.
[Mono] Found as 'FLSliceResult_Release'.
[CouchbaseLite] [1]| [Database] (Startup) [1] CouchbaseLite/2.5.0 (.NET; Android 8.1.0 [API 27]; LGE Nexus 5X) Build/190 LiteCore/09e4c055573721d63a5e0cf1405d273a18072f11 (1782) Commit/0080df3
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'c4log_binaryFileLevel'.
[Mono] Probing 'c4log_binaryFileLevel'.
[Mono] Found as 'c4log_binaryFileLevel'.
Thread started: <Thread Pool> #2
Thread started: <Thread Pool> #3
Thread started: <Thread Pool> #4
Thread started: <Thread Pool> #5
Loaded assembly: Anonymously Hosted DynamicMethods Assembly [External]
[CouchbaseLite] [1]| [Database] (Logging) [1] Database.Log.File.Config is null, meaning file logging is disabled. Log files required for product support are not being generated.
[CouchbaseLite] [1]| [Database] (Database) [1] Opening database at /data/user/0/dk.dalsgaard_data.xamarin.Couchbase/files/fangst.cblite2
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'c4db_open'.
[Mono] Probing 'c4db_open'.
[Mono] Found as 'c4db_open'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'c4log_getDomainName'.
[Mono] Probing 'c4log_getDomainName'.
[Mono] Found as 'c4log_getDomainName'.
[CouchbaseLite] [1]| [Database] {N8litecore8DataFile6SharedE#1}==> N8litecore8DataFile6SharedE 0x7d0a390610 @0x7d0a390610
[CouchbaseLite] [1]| [Database] {N8litecore8DataFile6SharedE#1} instantiated on /data/data/dk.dalsgaard_data.xamarin.Couchbase/files/fangst.cblite2/db.sqlite3
[CouchbaseLite] [1]| [Database] {DB#2}==> N8litecore14SQLiteDataFileE /data/user/0/dk.dalsgaard_data.xamarin.Couchbase/files/fangst.cblite2/db.sqlite3 @0x7d0951b960
[CouchbaseLite] [1]| [Database] {DB#2} Opening database
Thread started: #6
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'c4db_getDocumentCount'.
[Mono] Probing 'c4db_getDocumentCount'.
[Mono] Found as 'c4db_getDocumentCount'.
Database 'fangst' created
Log in with user: anonymous
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'c4socket_registerFactory'.
[Mono] Probing 'c4socket_registerFactory'.
[Mono] Found as 'c4socket_registerFactory'.
Try to start the replicator...
[CouchbaseLite] [1]| [Replicator] (Replicator) [1] Replicator[<*> ws://ds9.dalsgaard-data.dk:4984/data]: Starting
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLEncoder_New'.
[Mono] Probing 'FLEncoder_New'.
[Mono] Found as 'FLEncoder_New'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLEncoder_BeginDict'.
[Mono] Probing 'FLEncoder_BeginDict'.
[Mono] Found as 'FLEncoder_BeginDict'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLEncoder_WriteKey'.
[Mono] Probing 'FLEncoder_WriteKey'.
[Mono] Found as 'FLEncoder_WriteKey'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLEncoder_WriteString'.
[Mono] Probing 'FLEncoder_WriteString'.
[Mono] Found as 'FLEncoder_WriteString'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLEncoder_EndDict'.
[Mono] Probing 'FLEncoder_EndDict'.
[Mono] Found as 'FLEncoder_EndDict'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLEncoder_WriteBool'.
[Mono] Probing 'FLEncoder_WriteBool'.
[Mono] Found as 'FLEncoder_WriteBool'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLEncoder_WriteInt'.
[Mono] Probing 'FLEncoder_WriteInt'.
[Mono] Found as 'FLEncoder_WriteInt'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLEncoder_Finish'.
[Mono] Probing 'FLEncoder_Finish'.
[Mono] Found as 'FLEncoder_Finish'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLEncoder_Free'.
[Mono] Probing 'FLEncoder_Free'.
[Mono] Found as 'FLEncoder_Free'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'c4repl_new'.
[Mono] Probing 'c4repl_new'.
[Mono] Found as 'c4repl_new'.
Thread started: #7
[CouchbaseLite] [1]| [Database] {DB#3}==> N8litecore14SQLiteDataFileE /data/user/0/dk.dalsgaard_data.xamarin.Couchbase/files/fangst.cblite2/db.sqlite3 @0x7d0951c4c0
[CouchbaseLite] [1]| [Database] {DB#3} Opening database
[CouchbaseLite] [1]| [Network] {N8litecore4blip10ConnectionE#4}==> N8litecore4blip10ConnectionE ->ws://ds9.dalsgaard-data.dk:4984/data/_blipsync @0x7d07d6fb10
[CouchbaseLite] [1]| [Network] {N8litecore4blip10ConnectionE#4} Opening connection...
[CouchbaseLite] [1]| [Replicator] Starting Scheduler<0x7d07a78e40> with 6 threads
[CouchbaseLite] [1]| [Replicator] {Repl#5}==> N8litecore4repl10ReplicatorE /data/user/0/dk.dalsgaard_data.xamarin.Couchbase/files/fangst.cblite2/ ->ws://ds9.dalsgaard-data.dk:4984/data/_blipsync @0x7d0a39b7c8
[CouchbaseLite] [1]| [Replicator] {Repl#5} Push=continuous, Pull=continuous, Options={{auth:{password:"********", type:"Basic", username:"anonymous"}, headers:{User-Agent:"CouchbaseLite/2.5.0 (.NET; Android 8.1.0 [API 27]; LGE Nexus 5X) Build/190 LiteCore/09e4c055573721d63a5e0cf1405d273a18072f11 (1782) Commit/0080df3"}, progress:1, reset:true}}
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'c4repl_getStatus'.
[Mono] Probing 'c4repl_getStatus'.
[Mono] Found as 'c4repl_getStatus'.
[CouchbaseLite] [1]| [Replicator] (Replicator) [1] Replicator[<*> ws://ds9.dalsgaard-data.dk:4984/data] is Connecting, progress 0/0
Thread started: #8
[CouchbaseLite] [1]| [Replicator] (Replicator) [1] Replicator[<*> ws://ds9.dalsgaard-data.dk:4984/data] is Connecting, progress 0/0
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLValue_FromData'.
[Mono] Probing 'FLValue_FromData'.
[Mono] Found as 'FLValue_FromData'.
New database: -
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLValue_GetType'.
[Mono] Probing 'FLValue_GetType'.
[Mono] Found as 'FLValue_GetType'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLValue_AsDict'.
[Mono] Probing 'FLValue_AsDict'.
[Mono] Found as 'FLValue_AsDict'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLDict_Count'.
[Mono] Probing 'FLDict_Count'.
[Mono] Found as 'FLDict_Count'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLDictIterator_Begin'.
[Mono] Probing 'FLDictIterator_Begin'.
[Mono] Found as 'FLDictIterator_Begin'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLDictIterator_GetKey'.
[Mono] Probing 'FLDictIterator_GetKey'.
[Mono] Found as 'FLDictIterator_GetKey'.
Start replication timer...
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLValue_AsString'.
[Mono] Probing 'FLValue_AsString'.
[Mono] Found as 'FLValue_AsString'.
Replication: Connecting to Sync.Gateway
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLDictIterator_GetValue'.
[Mono] Probing 'FLDictIterator_GetValue'.
[Mono] Found as 'FLDictIterator_GetValue'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLDictIterator_Next'.
[Mono] Probing 'FLDictIterator_Next'.
[Mono] Found as 'FLDictIterator_Next'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
Replication status: Couchbase.Lite.Sync.ReplicatorProgress - activity: Connecting. Completed: 0 of 0
[Mono] Searching for 'FLValue_IsInteger'.
[Mono] Probing 'FLValue_IsInteger'.
[Mono] Found as 'FLValue_IsInteger'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLValue_IsUnsigned'.
[Mono] Probing 'FLValue_IsUnsigned'.
[Mono] Found as 'FLValue_IsUnsigned'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLValue_AsInt'.
[Mono] Probing 'FLValue_AsInt'.
[Mono] Found as 'FLValue_AsInt'.
[Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so').
[Mono] Searching for 'FLValue_AsBool'.
[Mono] Probing 'FLValue_AsBool'.
[Mono] Found as 'FLValue_AsBool'.
Thread finished: #8
[Mono] DllImport searching in: '__Internal' ('(null)').
[Mono] Searching for 'java_interop_jnienv_get_object_field'.
[Mono] Probing 'java_interop_jnienv_get_object_field'.
[Mono] Found as 'java_interop_jnienv_get_object_field'.
[Mono] DllImport attempting to load: '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport unable to load library 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport attempting to load: '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport unable to load library 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport attempting to load: '/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation'.
[Mono] DllImport error loading library '/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation': 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation': 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation.so': 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation.so" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation': 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation': 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation': 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation.so': 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation.so" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation': 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation" not found'.
[Mono] DllImport unable to load library 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation" not found'.
[Mono] DllImport attempting to load: '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport unable to load library 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport attempting to load: '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport unable to load library 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport attempting to load: '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'.
[Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport unable to load library 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'.
[Mono] DllImport attempting to load: '__Internal'.
[Mono] DllImport loaded library '(null)'.
[Mono] DllImport searching in: '__Internal' ('(null)').
[Mono] Searching for 'CreateNLSocket'.
[Mono] Probing 'CreateNLSocket'.
[Mono] Found as 'CreateNLSocket'.
Thread started: <Thread Pool> #9
[Choreographer] Skipped 56 frames! The application may be doing too much work on its main thread.
[zygote64] Do partial code cache collection, code=17KB, data=29KB
[zygote64] After code cache collection, code=17KB, data=29KB
[zygote64] Increasing code cache capacity to 128KB
[zygote64] Compiler allocated 4MB to compile void android.view.View.<init>(android.content.Context, android.util.AttributeSet, int, int)
[] * Assertion at /Users/builder/jenkins/workspace/xamarin-android-d16-0/xamarin-android/external/mono/mono/metadata/threadpool-io.c:368, condition `fd >= 0' not met
[libc] Fatal signal 6 (SIGABRT), code -6 in tid 3923 (Thread Pool I/O), pid 3660 (marin.Couchbase)
Could this issue be related?
=== Visual Studio Professional 2019 for Mac ===
Version 8.0.5 (build 9)
Installation UUID: 0e93c0c9-35a7-4964-a385-abee678b36e8
GTK+ 2.24.23 (Raleigh theme)
Xamarin.Mac 5.6.0.2 (d16-0 / 040682909)
Package version: 518010003
=== Mono Framework MDK ===
Runtime:
Mono 5.18.1.3 (2018-08/fdb26b0a445) (64-bit)
Package version: 518010003
=== NuGet ===
Version: 4.8.2.5835
=== .NET Core ===
Runtime: /usr/local/share/dotnet/dotnet
Runtime Versions:
2.1.9
2.1.8
2.1.7
2.1.3
2.1.2
2.1.1
2.0.5
SDK: /usr/local/share/dotnet/sdk/2.1.505/Sdks
SDK Versions:
2.1.505
2.1.504
2.1.503
2.1.401
2.1.302
2.1.301
2.1.4
MSBuild SDKs: /Library/Frameworks/Mono.framework/Versions/5.18.1/lib/mono/msbuild/15.0/bin/Sdks
=== Xamarin.Profiler ===
Version: 1.6.9
Location: /Applications/Xamarin Profiler.app/Contents/MacOS/Xamarin Profiler
=== Updater ===
Version: 11
=== Xamarin Designer ===
Version: 4.17.4.418
Hash: 3d086e814
Branch: remotes/origin/d16-0
Build date: 2019-04-01 09:20:10 UTC
=== Apple Developer Tools ===
Xcode 10.2.1 (14490.122)
Build 10E1001
=== Xamarin.Mac ===
Version: 5.8.0.0 (Visual Studio Professional)
Hash: 0aa84521
Branch: d16-0
Build date: 2019-04-02 16:01:19-0400
=== Xamarin.iOS ===
Version: 12.8.0.2 (Visual Studio Professional)
Hash: f2248ae6
Branch: d16-0
Build date: 2019-04-23 11:59:04-0400
=== Xamarin.Android ===
Version: 9.2.3.0 (Visual Studio Professional)
Android SDK: /Users/jda/Library/Android/sdk
Supported Android versions:
5.1 (API level 22)
6.0 (API level 23)
7.1 (API level 25)
8.0 (API level 26)
8.1 (API level 27)
SDK Tools Version: 26.1.1
SDK Platform Tools Version: 28.0.0
SDK Build Tools Version: 26.0.3
Build Information:
Mono: mono/mono/2018-08-rc@5ac37ccd385
Java.Interop: xamarin/java.interop/d16-0@c987483
LibZipSharp: grendello/LibZipSharp/d16-1@44de300
LibZip: nih-at/libzip/rel-1-5-1@b95cf3f
MXE: xamarin/mxe/xamarin@b9cbb535
ProGuard: xamarin/proguard/master@905836d
SQLite: xamarin/sqlite/3.26.0@325e91a
Xamarin.Android Tools: xamarin/xamarin-android-tools/d16-0@0a7edd6
=== Microsoft Mobile OpenJDK ===
Java SDK: /Users/jda/Library/Developer/Xamarin/jdk/microsoft_dist_openjdk_8.0.25
1.8.0-25
Android Designer EPL code available here:
https://github.com/xamarin/AndroidDesigner.EPL
=== Android Device Manager ===
Version: 1.2.0.14
Hash: 86df26f
Branch: remotes/origin/d16-0
Build date: 2019-04-05 16:58:56 UTC
=== Xamarin Inspector ===
Version: 1.4.3
Hash: db27525
Branch: 1.4-release
Build date: Mon, 09 Jul 2018 21:20:18 GMT
Client compatibility: 1
=== Build Information ===
Release ID: 800050009
Git revision: d9d7eed60cb59740ba55c04bfe9c39ac57014c12
Build date: 2019-04-26 10:08:19+00
Build branch: master
Xamarin extensions: 5efedb990d786142d3b54351c01ce867af7b7680
=== Operating System ===
Mac OS X 10.14.4
Darwin 18.5.0 Darwin Kernel Version 18.5.0
Mon Mar 11 20:40:32 PDT 2019
root:xnu-4903.251.3~3/RELEASE_X86_64 x86_64
I have updated to VS 2019 for Mac (and everything "underneath" including Xamarin.Android 9.0).
I have a Xamarin Forms project that uses Couchbase Lite to connect to a database. The Android project fails with a message similar to the above - and the Couchbase team have looked at it and points at Xamarin for Android - especially the heading of this post brings them to this conclusion.
Here is the output:
[Mono] Loading reference 4 of /storage/emulated/0/Android/data/dk.dalsgaard_data.xamarin.Couchbase/files/.__override__/cb2.dll asmctx DEFAULT, looking for Couchbase.Lite, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null [Mono] Assembly Ref addref cb2[0x7d1cc98500] -> Couchbase.Lite[0x7d1cc98600]: 3 [Mono] Loading reference 3 of /storage/emulated/0/Android/data/dk.dalsgaard_data.xamarin.Couchbase/files/.__override__/Xamarin.Android.Support.Core.UI.dll asmctx DEFAULT, looking for Xamarin.Android.Support.Compat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null [Mono] Assembly Ref addref Xamarin.Android.Support.Core.UI[0x7d1cd83c00] -> Xamarin.Android.Support.Compat[0x7d1cd83a00]: 5 [Mono] DllImport searching in: '__Internal' ('(null)'). [Mono] Searching for 'java_interop_jnienv_set_int_field'. [Mono] Probing 'java_interop_jnienv_set_int_field'. [Mono] Found as 'java_interop_jnienv_set_int_field'. Instantiate cb2.Services.DbDataStore [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'c4_getVersion'. [Mono] Probing 'c4_getVersion'. [Mono] Found as 'c4_getVersion'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLSliceResult_Release'. [Mono] Probing 'FLSliceResult_Release'. [Mono] Found as 'FLSliceResult_Release'. [CouchbaseLite] [1]| [Database] (Startup) [1] CouchbaseLite/2.5.0 (.NET; Android 8.1.0 [API 27]; LGE Nexus 5X) Build/190 LiteCore/09e4c055573721d63a5e0cf1405d273a18072f11 (1782) Commit/0080df3 [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'c4log_binaryFileLevel'. [Mono] Probing 'c4log_binaryFileLevel'. [Mono] Found as 'c4log_binaryFileLevel'. Thread started: <Thread Pool> #2 Thread started: <Thread Pool> #3 Thread started: <Thread Pool> #4 Thread started: <Thread Pool> #5 Loaded assembly: Anonymously Hosted DynamicMethods Assembly [External] [CouchbaseLite] [1]| [Database] (Logging) [1] Database.Log.File.Config is null, meaning file logging is disabled. Log files required for product support are not being generated. [CouchbaseLite] [1]| [Database] (Database) [1] Opening database at /data/user/0/dk.dalsgaard_data.xamarin.Couchbase/files/fangst.cblite2 [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'c4db_open'. [Mono] Probing 'c4db_open'. [Mono] Found as 'c4db_open'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'c4log_getDomainName'. [Mono] Probing 'c4log_getDomainName'. [Mono] Found as 'c4log_getDomainName'. [CouchbaseLite] [1]| [Database] {N8litecore8DataFile6SharedE#1}==> N8litecore8DataFile6SharedE 0x7d0a390610 @0x7d0a390610 [CouchbaseLite] [1]| [Database] {N8litecore8DataFile6SharedE#1} instantiated on /data/data/dk.dalsgaard_data.xamarin.Couchbase/files/fangst.cblite2/db.sqlite3 [CouchbaseLite] [1]| [Database] {DB#2}==> N8litecore14SQLiteDataFileE /data/user/0/dk.dalsgaard_data.xamarin.Couchbase/files/fangst.cblite2/db.sqlite3 @0x7d0951b960 [CouchbaseLite] [1]| [Database] {DB#2} Opening database Thread started: #6 [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'c4db_getDocumentCount'. [Mono] Probing 'c4db_getDocumentCount'. [Mono] Found as 'c4db_getDocumentCount'. Database 'fangst' created Log in with user: anonymous [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'c4socket_registerFactory'. [Mono] Probing 'c4socket_registerFactory'. [Mono] Found as 'c4socket_registerFactory'. Try to start the replicator... [CouchbaseLite] [1]| [Replicator] (Replicator) [1] Replicator[<*> ws://ds9.dalsgaard-data.dk:4984/data]: Starting [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLEncoder_New'. [Mono] Probing 'FLEncoder_New'. [Mono] Found as 'FLEncoder_New'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLEncoder_BeginDict'. [Mono] Probing 'FLEncoder_BeginDict'. [Mono] Found as 'FLEncoder_BeginDict'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLEncoder_WriteKey'. [Mono] Probing 'FLEncoder_WriteKey'. [Mono] Found as 'FLEncoder_WriteKey'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLEncoder_WriteString'. [Mono] Probing 'FLEncoder_WriteString'. [Mono] Found as 'FLEncoder_WriteString'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLEncoder_EndDict'. [Mono] Probing 'FLEncoder_EndDict'. [Mono] Found as 'FLEncoder_EndDict'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLEncoder_WriteBool'. [Mono] Probing 'FLEncoder_WriteBool'. [Mono] Found as 'FLEncoder_WriteBool'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLEncoder_WriteInt'. [Mono] Probing 'FLEncoder_WriteInt'. [Mono] Found as 'FLEncoder_WriteInt'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLEncoder_Finish'. [Mono] Probing 'FLEncoder_Finish'. [Mono] Found as 'FLEncoder_Finish'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLEncoder_Free'. [Mono] Probing 'FLEncoder_Free'. [Mono] Found as 'FLEncoder_Free'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'c4repl_new'. [Mono] Probing 'c4repl_new'. [Mono] Found as 'c4repl_new'. Thread started: #7 [CouchbaseLite] [1]| [Database] {DB#3}==> N8litecore14SQLiteDataFileE /data/user/0/dk.dalsgaard_data.xamarin.Couchbase/files/fangst.cblite2/db.sqlite3 @0x7d0951c4c0 [CouchbaseLite] [1]| [Database] {DB#3} Opening database [CouchbaseLite] [1]| [Network] {N8litecore4blip10ConnectionE#4}==> N8litecore4blip10ConnectionE ->ws://ds9.dalsgaard-data.dk:4984/data/_blipsync @0x7d07d6fb10 [CouchbaseLite] [1]| [Network] {N8litecore4blip10ConnectionE#4} Opening connection... [CouchbaseLite] [1]| [Replicator] Starting Scheduler<0x7d07a78e40> with 6 threads [CouchbaseLite] [1]| [Replicator] {Repl#5}==> N8litecore4repl10ReplicatorE /data/user/0/dk.dalsgaard_data.xamarin.Couchbase/files/fangst.cblite2/ ->ws://ds9.dalsgaard-data.dk:4984/data/_blipsync @0x7d0a39b7c8 [CouchbaseLite] [1]| [Replicator] {Repl#5} Push=continuous, Pull=continuous, Options={{auth:{password:"********", type:"Basic", username:"anonymous"}, headers:{User-Agent:"CouchbaseLite/2.5.0 (.NET; Android 8.1.0 [API 27]; LGE Nexus 5X) Build/190 LiteCore/09e4c055573721d63a5e0cf1405d273a18072f11 (1782) Commit/0080df3"}, progress:1, reset:true}} [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'c4repl_getStatus'. [Mono] Probing 'c4repl_getStatus'. [Mono] Found as 'c4repl_getStatus'. [CouchbaseLite] [1]| [Replicator] (Replicator) [1] Replicator[<*> ws://ds9.dalsgaard-data.dk:4984/data] is Connecting, progress 0/0 Thread started: #8 [CouchbaseLite] [1]| [Replicator] (Replicator) [1] Replicator[<*> ws://ds9.dalsgaard-data.dk:4984/data] is Connecting, progress 0/0 [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLValue_FromData'. [Mono] Probing 'FLValue_FromData'. [Mono] Found as 'FLValue_FromData'. New database: - [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLValue_GetType'. [Mono] Probing 'FLValue_GetType'. [Mono] Found as 'FLValue_GetType'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLValue_AsDict'. [Mono] Probing 'FLValue_AsDict'. [Mono] Found as 'FLValue_AsDict'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLDict_Count'. [Mono] Probing 'FLDict_Count'. [Mono] Found as 'FLDict_Count'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLDictIterator_Begin'. [Mono] Probing 'FLDictIterator_Begin'. [Mono] Found as 'FLDictIterator_Begin'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLDictIterator_GetKey'. [Mono] Probing 'FLDictIterator_GetKey'. [Mono] Found as 'FLDictIterator_GetKey'. Start replication timer... [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLValue_AsString'. [Mono] Probing 'FLValue_AsString'. [Mono] Found as 'FLValue_AsString'. Replication: Connecting to Sync.Gateway [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLDictIterator_GetValue'. [Mono] Probing 'FLDictIterator_GetValue'. [Mono] Found as 'FLDictIterator_GetValue'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLDictIterator_Next'. [Mono] Probing 'FLDictIterator_Next'. [Mono] Found as 'FLDictIterator_Next'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). Replication status: Couchbase.Lite.Sync.ReplicatorProgress - activity: Connecting. Completed: 0 of 0 [Mono] Searching for 'FLValue_IsInteger'. [Mono] Probing 'FLValue_IsInteger'. [Mono] Found as 'FLValue_IsInteger'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLValue_IsUnsigned'. [Mono] Probing 'FLValue_IsUnsigned'. [Mono] Found as 'FLValue_IsUnsigned'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLValue_AsInt'. [Mono] Probing 'FLValue_AsInt'. [Mono] Found as 'FLValue_AsInt'. [Mono] DllImport searching in: 'LiteCore' ('libLiteCore.so'). [Mono] Searching for 'FLValue_AsBool'. [Mono] Probing 'FLValue_AsBool'. [Mono] Found as 'FLValue_AsBool'. Thread finished: #8 [Mono] DllImport searching in: '__Internal' ('(null)'). [Mono] Searching for 'java_interop_jnienv_get_object_field'. [Mono] Probing 'java_interop_jnienv_get_object_field'. [Mono] Found as 'java_interop_jnienv_get_object_field'. [Mono] DllImport attempting to load: '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport unable to load library 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport attempting to load: '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport unable to load library 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport attempting to load: '/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation'. [Mono] DllImport error loading library '/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation': 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation': 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation.so': 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation.so" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation': 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation': 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation': 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation.so': 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation.so" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation': 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation" not found'. [Mono] DllImport unable to load library 'dlopen failed: library "/System/Library/Frameworks/CoreFoundation.framework/libCoreFoundation" not found'. [Mono] DllImport attempting to load: '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport unable to load library 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport attempting to load: '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport unable to load library 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport attempting to load: '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration.so" not found'. [Mono] DllImport error loading library '/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration': 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport unable to load library 'dlopen failed: library "/System/Library/Frameworks/SystemConfiguration.framework/libSystemConfiguration" not found'. [Mono] DllImport attempting to load: '__Internal'. [Mono] DllImport loaded library '(null)'. [Mono] DllImport searching in: '__Internal' ('(null)'). [Mono] Searching for 'CreateNLSocket'. [Mono] Probing 'CreateNLSocket'. [Mono] Found as 'CreateNLSocket'. Thread started: <Thread Pool> #9 [Choreographer] Skipped 56 frames! The application may be doing too much work on its main thread. [zygote64] Do partial code cache collection, code=17KB, data=29KB [zygote64] After code cache collection, code=17KB, data=29KB [zygote64] Increasing code cache capacity to 128KB [zygote64] Compiler allocated 4MB to compile void android.view.View.<init>(android.content.Context, android.util.AttributeSet, int, int) [] * Assertion at /Users/builder/jenkins/workspace/xamarin-android-d16-0/xamarin-android/external/mono/mono/metadata/threadpool-io.c:368, condition `fd >= 0' not met [libc] Fatal signal 6 (SIGABRT), code -6 in tid 3923 (Thread Pool I/O), pid 3660 (marin.Couchbase)
Could this issue be related?
Did you found any solution i am having the same in 2020
With support for Classic Xamarin.Android ended May 1st, 2024, this issue is likely no longer relevant.
If this still persists in .NET 8+, please open a new issue with updated information based on net8.0-android
or greater. Please include a link to this issue for context.
Steps to Reproduce
sample.zip
Actual Behavior
Version Information