Navigation Menu

Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Linker Error #27

Open
eakmqam opened this issue Jul 21, 2016 · 0 comments
Open

Linker Error #27

eakmqam opened this issue Jul 21, 2016 · 0 comments

Comments

@eakmqam
Copy link

eakmqam commented Jul 21, 2016

I am facing Linder error as listed below. My OSX version :10.11.15 CouchBase Lite version: 1.2 Xcode: 7.3:

Undefined symbols for architecture x86_64:
"_NSFileProtectionComplete", referenced from:
-[CBLManager initWithDirectory:options:error:] in CouchbaseLite(CBLManager.o)
"_NSFileProtectionCompleteUnlessOpen", referenced from:
-[CBLManager initWithDirectory:options:error:] in CouchbaseLite(CBLManager.o)
"_NSFileProtectionCompleteUntilFirstUserAuthentication", referenced from:
-[CBLManager initWithDirectory:options:error:] in CouchbaseLite(CBLManager.o)
"_NSFileProtectionKey", referenced from:
-[CBLManager initWithDirectory:options:error:] in CouchbaseLite(CBLManager.o)
"_NSFileProtectionNone", referenced from:
-[CBLManager initWithDirectory:options:error:] in CouchbaseLite(CBLManager.o)
"OBJC_CLASS$_UIApplication", referenced from:
objc-class-ref in CouchbaseLite(MYBackgroundMonitor.o)
"OBJC_CLASS$_UITableViewCell", referenced from:
objc-class-ref in CouchbaseLite(CBLUITableSource.o)
"_SCNetworkReachabilityCreateWithName", referenced from:
-[CBLReachability initWithHostName:] in CouchbaseLite(CBLReachability.o)
"_SCNetworkReachabilityGetFlags", referenced from:
-[CBLReachability started] in CouchbaseLite(CBLReachability.o)
"_SCNetworkReachabilityScheduleWithRunLoop", referenced from:
-[CBLReachability startOnRunLoop:] in CouchbaseLite(CBLReachability.o)
"_SCNetworkReachabilitySetCallback", referenced from:
-[CBLReachability initWithHostName:] in CouchbaseLite(CBLReachability.o)
"_SCNetworkReachabilitySetDispatchQueue", referenced from:
-[CBLReachability startOnQueue:] in CouchbaseLite(CBLReachability.o)
-[CBLReachability stop] in CouchbaseLite(CBLReachability.o)
"_SCNetworkReachabilityUnscheduleFromRunLoop", referenced from:
-[CBLReachability stop] in CouchbaseLite(CBLReachability.o)
"_SSLSetClientSideAuthenticate", referenced from:
___28-[PSWebSocketServer accept:]_block_invoke in CouchbaseLite(PSWebSocketServer.o)
"_SecCertificateCopyData", referenced from:
_MYGetCertificateDigest in CouchbaseLite(MYAnonymousIdentity.o)
-[CBL_ReplicatorSettings checkSSLServerTrust:forHost:port:] in CouchbaseLite(CBL_ReplicatorSettings.o)
_CBLCheckSSLServerTrust in CouchbaseLite(CBLAuthorizer.o)
"_SecCertificateCopySubjectSummary", referenced from:
_CBLWarnUntrustedCert in CouchbaseLite(CBLRemoteRequest.o)
-[CBLClientCertAuthorizer description] in CouchbaseLite(CBLClientCertAuthorizer.o)
"_SecCertificateCreateWithData", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
"_SecCertificateGetTypeID", referenced from:
-[CBL_ReplicatorSettings checkSSLServerTrust:forHost:port:] in CouchbaseLite(CBL_ReplicatorSettings.o)
"_SecIdentityCopyCertificate", referenced from:
_findIdentity in CouchbaseLite(MYAnonymousIdentity.o)
-[CBLClientCertAuthorizer description] in CouchbaseLite(CBLClientCertAuthorizer.o)
-[CBLListener SSLIdentityDigest] in CouchbaseLite(CBLListener.o)
"_SecItemAdd", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
-[CBLSymmetricKey saveKeychainItemNamed:error:] in CouchbaseLite(CBLSymmetricKey.o)
"_SecItemCopyMatching", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
_findIdentity in CouchbaseLite(MYAnonymousIdentity.o)
-[CBLSymmetricKey initWithKeychainItemNamed:error:] in CouchbaseLite(CBLSymmetricKey.o)
"_SecItemDelete", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
_MYDeleteAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
"_SecKeyGeneratePair", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
"_SecKeyRawSign", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
"_SecRandomCopyBytes", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
_CBLCreateUUID in CouchbaseLite(CBLMisc.o)
-[CBLSymmetricKey init] in CouchbaseLite(CBLSymmetricKey.o)
-[CBLSymmetricKey createEncryptor] in CouchbaseLite(CBLSymmetricKey.o)
-[PSWebSocketDriver writeHandshakeRequest] in CouchbaseLite(PSWebSocketDriver.o)
-[PSWebSocketDriver writeMessageWithOpCode:data:] in CouchbaseLite(PSWebSocketDriver.o)
"_SecTrustCopyExceptions", referenced from:
_CBLForceTrusted in CouchbaseLite(CBLAuthorizer.o)
"_SecTrustCopyResult", referenced from:
_CBLCheckSSLServerTrust in CouchbaseLite(CBLAuthorizer.o)
"_SecTrustEvaluate", referenced from:
-[CBLRemoteRequest connection:willSendRequestForAuthenticationChallenge:] in CouchbaseLite(CBLRemoteRequest.o)
_CBLForceTrusted in CouchbaseLite(CBLAuthorizer.o)
_CBLCheckSSLServerTrust in CouchbaseLite(CBLAuthorizer.o)
"_SecTrustGetCertificateAtIndex", referenced from:
-[CBLBlipReplicator validateServerTrust:] in CouchbaseLite(CBLBlipReplicator.o)
-[CBLRestReplicator checkSSLServerTrust:forHost:port:] in CouchbaseLite(CBLRestReplicator.o)
_CBLWarnUntrustedCert in CouchbaseLite(CBLRemoteRequest.o)
_CBLCheckSSLServerTrust in CouchbaseLite(CBLAuthorizer.o)
"_SecTrustGetCertificateCount", referenced from:
_CBLWarnUntrustedCert in CouchbaseLite(CBLRemoteRequest.o)
_CBLCheckSSLServerTrust in CouchbaseLite(CBLAuthorizer.o)
"_SecTrustSetAnchorCertificates", referenced from:
_CBLCheckSSLServerTrust in CouchbaseLite(CBLAuthorizer.o)
"_SecTrustSetAnchorCertificatesOnly", referenced from:
_CBLCheckSSLServerTrust in CouchbaseLite(CBLAuthorizer.o)
"_SecTrustSetExceptions", referenced from:
_CBLForceTrusted in CouchbaseLite(CBLAuthorizer.o)
"_UIApplicationDidEnterBackgroundNotification", referenced from:
-[MYBackgroundMonitor init] in CouchbaseLite(MYBackgroundMonitor.o)
-[CBLDatabase initWithDir:name:manager:readOnly:] in CouchbaseLite(CBLDatabase.o)
"_UIApplicationDidReceiveMemoryWarningNotification", referenced from:
-[CBLDatabase(Internal) openWithOptions:error:] in CouchbaseLite(CBLDatabase+Internal.o)
"_UIApplicationWillEnterForegroundNotification", referenced from:
-[MYBackgroundMonitor init] in CouchbaseLite(MYBackgroundMonitor.o)
"_UIApplicationWillTerminateNotification", referenced from:
-[CBLDatabase initWithDir:name:manager:readOnly:] in CouchbaseLite(CBLDatabase.o)
"_UIBackgroundTaskInvalid", referenced from:
-[MYBackgroundMonitor init] in CouchbaseLite(MYBackgroundMonitor.o)
-[MYBackgroundMonitor endBackgroundTask] in CouchbaseLite(MYBackgroundMonitor.o)
-[MYBackgroundMonitor beginBackgroundTaskNamed:] in CouchbaseLite(MYBackgroundMonitor.o)
-[MYBackgroundMonitor hasBackgroundTask] in CouchbaseLite(MYBackgroundMonitor.o)
"_deflate", referenced from:
-[MYZip addBytes:length:onOutput:] in CouchbaseLite(MYZip.o)
-[CBLGZip addBytes:length:onOutput:] in CouchbaseLite(CBLGZip.o)
-[PSWebSocketDeflater appendBytes:length:error:] in CouchbaseLite(PSWebSocketDeflater.o)
(maybe you meant: OBJC_IVAR$_PSWebSocketDriver._deflater)
"_deflateEnd", referenced from:
-[MYZip close] in CouchbaseLite(MYZip.o)
-[CBLGZip close] in CouchbaseLite(CBLGZip.o)
-[PSWebSocketDeflater reset] in CouchbaseLite(PSWebSocketDeflater.o)
"deflateInit2", referenced from:
-[MYZip initForCompressing:] in CouchbaseLite(MYZip.o)
-[CBLGZip initForCompressing:] in CouchbaseLite(CBLGZip.o)
-[PSWebSocketDeflater ensureReady:] in CouchbaseLite(PSWebSocketDeflater.o)
"_inflate", referenced from:
-[MYZip addBytes:length:onOutput:] in CouchbaseLite(MYZip.o)
-[CBLGZip addBytes:length:onOutput:] in CouchbaseLite(CBLGZip.o)
-[PSWebSocketInflater appendBytes:length:error:] in CouchbaseLite(PSWebSocketInflater.o)
(maybe you meant: OBJC_IVAR$_PSWebSocketDriver._inflater)
"_inflateEnd", referenced from:
-[MYZip close] in CouchbaseLite(MYZip.o)
-[CBLGZip close] in CouchbaseLite(CBLGZip.o)
-[PSWebSocketInflater reset] in CouchbaseLite(PSWebSocketInflater.o)
"inflateInit2", referenced from:
-[MYZip initForCompressing:] in CouchbaseLite(MYZip.o)
-[CBLGZip initForCompressing:] in CouchbaseLite(CBLGZip.o)
-[PSWebSocketInflater ensureReady:] in CouchbaseLite(PSWebSocketInflater.o)
"_kSecAttrCreationDate", referenced from:
_findIdentity in CouchbaseLite(MYAnonymousIdentity.o)
"_kSecAttrIsPermanent", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
"_kSecAttrKeySizeInBits", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
"_kSecAttrKeyType", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
"_kSecAttrKeyTypeRSA", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
"_kSecAttrLabel", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
_findIdentity in CouchbaseLite(MYAnonymousIdentity.o)
_MYDeleteAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
"_kSecAttrService", referenced from:
-[CBLSymmetricKey initWithKeychainItemNamed:error:] in CouchbaseLite(CBLSymmetricKey.o)
-[CBLSymmetricKey saveKeychainItemNamed:error:] in CouchbaseLite(CBLSymmetricKey.o)
"_kSecClass", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
_findIdentity in CouchbaseLite(MYAnonymousIdentity.o)
_MYDeleteAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
-[CBLSymmetricKey initWithKeychainItemNamed:error:] in CouchbaseLite(CBLSymmetricKey.o)
-[CBLSymmetricKey saveKeychainItemNamed:error:] in CouchbaseLite(CBLSymmetricKey.o)
"_kSecClassCertificate", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
"_kSecClassGenericPassword", referenced from:
-[CBLSymmetricKey initWithKeychainItemNamed:error:] in CouchbaseLite(CBLSymmetricKey.o)
-[CBLSymmetricKey saveKeychainItemNamed:error:] in CouchbaseLite(CBLSymmetricKey.o)
"_kSecClassIdentity", referenced from:
_findIdentity in CouchbaseLite(MYAnonymousIdentity.o)
_MYDeleteAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
"_kSecPrivateKeyAttrs", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
"_kSecPublicKeyAttrs", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
"_kSecRandomDefault", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
_CBLCreateUUID in CouchbaseLite(CBLMisc.o)
-[CBLSymmetricKey init] in CouchbaseLite(CBLSymmetricKey.o)
-[CBLSymmetricKey createEncryptor] in CouchbaseLite(CBLSymmetricKey.o)
-[PSWebSocketDriver writeHandshakeRequest] in CouchbaseLite(PSWebSocketDriver.o)
-[PSWebSocketDriver writeMessageWithOpCode:data:] in CouchbaseLite(PSWebSocketDriver.o)
"_kSecReturnAttributes", referenced from:
_findIdentity in CouchbaseLite(MYAnonymousIdentity.o)
"_kSecReturnData", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
-[CBLSymmetricKey initWithKeychainItemNamed:error:] in CouchbaseLite(CBLSymmetricKey.o)
"_kSecReturnRef", referenced from:
_findIdentity in CouchbaseLite(MYAnonymousIdentity.o)
"_kSecValueData", referenced from:
-[CBLSymmetricKey saveKeychainItemNamed:error:] in CouchbaseLite(CBLSymmetricKey.o)
"_kSecValueRef", referenced from:
_MYGetOrCreateAnonymousIdentity in CouchbaseLite(MYAnonymousIdentity.o)
_findIdentity in CouchbaseLite(MYAnonymousIdentity.o)
"_sqlite3_bind_blob", referenced from:
-[CBL_FMDatabase bindObject:toColumn:inStatement:] in CouchbaseLite(FMDatabase.o)
_register_unicodesn_tokenizer in CouchbaseLite(sqlite3_unicodesn_tokenizer.o)
"_sqlite3_bind_double", referenced from:
-[CBL_FMDatabase bindObject:toColumn:inStatement:] in CouchbaseLite(FMDatabase.o)
"_sqlite3_bind_int", referenced from:
-[CBL_FMDatabase bindObject:toColumn:inStatement:] in CouchbaseLite(FMDatabase.o)
"_sqlite3_bind_int64", referenced from:
-[CBLDatabaseUpgrade importDoc:numericID:] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBLDatabaseUpgrade addAttachmentsToSequence:json:] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBL_FMDatabase bindObject:toColumn:inStatement:] in CouchbaseLite(FMDatabase.o)
"_sqlite3_bind_null", referenced from:
-[CBL_FMDatabase bindObject:toColumn:inStatement:] in CouchbaseLite(FMDatabase.o)
"_sqlite3_bind_parameter_count", referenced from:
-[CBL_FMDatabase executeQuery:withArgumentsInArray:orVAList:] in CouchbaseLite(FMDatabase.o)
-[CBL_FMDatabase executeUpdate:error:withArgumentsInArray:orVAList:] in CouchbaseLite(FMDatabase.o)
"_sqlite3_bind_text", referenced from:
-[CBL_FMDatabase bindObject:toColumn:inStatement:] in CouchbaseLite(FMDatabase.o)
_bindNSString in CouchbaseLite(FMDatabase.o)
_register_unicodesn_tokenizer in CouchbaseLite(sqlite3_unicodesn_tokenizer.o)
"_sqlite3_busy_handler", referenced from:
-[CBL_FMDatabase openWithFlags:] in CouchbaseLite(FMDatabase.o)
"_sqlite3_changes", referenced from:
-[CBL_FMDatabase changes] in CouchbaseLite(FMDatabase.o)
"_sqlite3_close", referenced from:
-[CBLDatabaseUpgrade dealloc] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBL_FMDatabase close] in CouchbaseLite(FMDatabase.o)
"_sqlite3_column_blob", referenced from:
_columnData in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBL_FMResultSet dataForColumnIndex:] in CouchbaseLite(FMResultSet.o)
-[CBL_FMResultSet dataNoCopyForColumnIndex:] in CouchbaseLite(FMResultSet.o)
"_sqlite3_column_bytes", referenced from:
_columnData in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBL_FMResultSet dataForColumnIndex:] in CouchbaseLite(FMResultSet.o)
-[CBL_FMResultSet dataNoCopyForColumnIndex:] in CouchbaseLite(FMResultSet.o)
"_sqlite3_column_count", referenced from:
-[CBL_FMResultSet setupColumnNames] in CouchbaseLite(FMResultSet.o)
"_sqlite3_column_double", referenced from:
-[CBL_FMResultSet doubleForColumnIndex:] in CouchbaseLite(FMResultSet.o)
"_sqlite3_column_int", referenced from:
-[CBLDatabaseUpgrade importDoc:numericID:] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBLDatabaseUpgrade addAttachmentsToSequence:json:] in CouchbaseLite(CBLDatabaseUpgrade.o)
+[CBL_FMStatement explainQueryPlan:] in CouchbaseLite(FMDatabase.o)
-[CBL_FMResultSet intForColumnIndex:] in CouchbaseLite(FMResultSet.o)
"_sqlite3_column_int64", referenced from:
___28-[CBLDatabaseUpgrade import]_block_invoke in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBLDatabaseUpgrade importDoc:numericID:] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBLDatabaseUpgrade addAttachmentsToSequence:json:] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBL_FMResultSet longForColumnIndex:] in CouchbaseLite(FMResultSet.o)
-[CBL_FMResultSet longLongIntForColumnIndex:] in CouchbaseLite(FMResultSet.o)
"_sqlite3_column_name", referenced from:
-[CBL_FMResultSet setupColumnNames] in CouchbaseLite(FMResultSet.o)
-[CBL_FMResultSet columnNameForIndex:] in CouchbaseLite(FMResultSet.o)
"_sqlite3_column_text", referenced from:
_columnString in CouchbaseLite(CBLDatabaseUpgrade.o)
+[CBL_FMStatement explainQueryPlan:] in CouchbaseLite(FMDatabase.o)
-[CBL_FMResultSet stringForColumnIndex:] in CouchbaseLite(FMResultSet.o)
"_sqlite3_column_type", referenced from:
-[CBL_FMResultSet stringForColumnIndex:] in CouchbaseLite(FMResultSet.o)
-[CBL_FMResultSet dataForColumnIndex:] in CouchbaseLite(FMResultSet.o)
-[CBL_FMResultSet dataNoCopyForColumnIndex:] in CouchbaseLite(FMResultSet.o)
-[CBL_FMResultSet objectForColumnIndex:] in CouchbaseLite(FMResultSet.o)
"_sqlite3_compileoption_used", referenced from:
-[CBL_SQLiteStorage decryptWithKey:error:] in CouchbaseLite(CBL_SQLiteStorage.o)
-[CBL_SQLiteStorage actionToChangeEncryptionKey:] in CouchbaseLite(CBL_SQLiteStorage.o)
-[CBL_SQLiteViewStorage createFullTextSchema] in CouchbaseLite(CBL_SQLiteViewStorage.o)
-[CBL_SQLiteViewStorage createRTreeSchema] in CouchbaseLite(CBL_SQLiteViewStorage.o)
"_sqlite3_config", referenced from:
+[CBL_SQLiteStorage firstTimeSetup] in CouchbaseLite(CBL_SQLiteStorage.o)
"_sqlite3_create_collation", referenced from:
-[CBLDatabaseUpgrade import] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBL_SQLiteStorage openFMDB:] in CouchbaseLite(CBL_SQLiteStorage.o)
"_sqlite3_create_function", referenced from:
-[CBL_SQLiteStorage openFMDB:] in CouchbaseLite(CBL_SQLiteStorage.o)
"_sqlite3_db_handle", referenced from:
+[CBL_FMStatement explainQueryPlan:] in CouchbaseLite(FMDatabase.o)
"_sqlite3_errcode", referenced from:
-[CBL_FMDatabase lastErrorCode] in CouchbaseLite(FMDatabase.o)
"_sqlite3_errmsg", referenced from:
-[CBLDatabaseUpgrade prepare:fromSQL:] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBL_FMDatabase lastErrorMessage] in CouchbaseLite(FMDatabase.o)
-[CBL_FMDatabase executeUpdate:error:withArgumentsInArray:orVAList:] in CouchbaseLite(FMDatabase.o)
-[CBL_FMResultSet step] in CouchbaseLite(FMResultSet.o)
"_sqlite3_finalize", referenced from:
-[CBLDatabaseUpgrade dealloc] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBLDatabaseUpgrade attachmentsTableExists:] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBLDatabaseUpgrade importLocalDocs] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBL_FMDatabase close] in CouchbaseLite(FMDatabase.o)
-[CBL_FMDatabase executeQuery:withArgumentsInArray:orVAList:] in CouchbaseLite(FMDatabase.o)
-[CBL_FMDatabase executeUpdate:error:withArgumentsInArray:orVAList:] in CouchbaseLite(FMDatabase.o)
-[CBL_FMStatement close] in CouchbaseLite(FMDatabase.o)
...
"_sqlite3_free", referenced from:
+[CBL_FMStatement explainQueryPlan:] in CouchbaseLite(FMDatabase.o)
_unicodeCreate in CouchbaseLite(fts3_unicodesn.o)
_unicodeDestroy in CouchbaseLite(fts3_unicodesn.o)
_unicodeOpen in CouchbaseLite(fts3_unicodesn.o)
_unicodeClose in CouchbaseLite(fts3_unicodesn.o)
_lose_s in CouchbaseLite(utilities_sq3.o)
_replace_s in CouchbaseLite(utilities_sq3.o)
...
"_sqlite3_last_insert_rowid", referenced from:
-[CBL_FMDatabase lastInsertRowId] in CouchbaseLite(FMDatabase.o)
"_sqlite3_libversion", referenced from:
+[CBL_SQLiteStorage firstTimeSetup] in CouchbaseLite(CBL_SQLiteStorage.o)
+[CBL_FMDatabase sqliteLibVersion] in CouchbaseLite(FMDatabase.o)
"_sqlite3_libversion_number", referenced from:
+[CBL_SQLiteStorage firstTimeSetup] in CouchbaseLite(CBL_SQLiteStorage.o)
"_sqlite3_malloc", referenced from:
_unicodeCreate in CouchbaseLite(fts3_unicodesn.o)
_unicodeOpen in CouchbaseLite(fts3_unicodesn.o)
_create_s in CouchbaseLite(utilities_sq3.o)
_replace_s in CouchbaseLite(utilities_sq3.o)
_SN_create_env in CouchbaseLite(api_sq3.o)
"_sqlite3_mprintf", referenced from:
+[CBL_FMStatement explainQueryPlan:] in CouchbaseLite(FMDatabase.o)
"_sqlite3_next_stmt", referenced from:
-[CBL_FMDatabase close] in CouchbaseLite(FMDatabase.o)
"_sqlite3_open_v2", referenced from:
-[CBLDatabaseUpgrade import] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBL_FMDatabase openWithFlags:] in CouchbaseLite(FMDatabase.o)
"_sqlite3_prepare_v2", referenced from:
-[CBLDatabaseUpgrade prepare:fromSQL:] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBL_FMDatabase executeQuery:withArgumentsInArray:orVAList:] in CouchbaseLite(FMDatabase.o)
-[CBL_FMDatabase executeUpdate:error:withArgumentsInArray:orVAList:] in CouchbaseLite(FMDatabase.o)
+[CBL_FMStatement explainQueryPlan:] in CouchbaseLite(FMDatabase.o)
_register_unicodesn_tokenizer in CouchbaseLite(sqlite3_unicodesn_tokenizer.o)
"_sqlite3_realloc", referenced from:
_unicodeNext in CouchbaseLite(fts3_unicodesn.o)
_unicodeAddExceptions in CouchbaseLite(fts3_unicodesn.o)
_replace_s in CouchbaseLite(utilities_sq3.o)
_slice_to in CouchbaseLite(utilities_sq3.o)
_assign_to in CouchbaseLite(utilities_sq3.o)
"_sqlite3_reset", referenced from:
-[CBLDatabaseUpgrade prepare:fromSQL:] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBL_FMDatabase executeUpdate:error:withArgumentsInArray:orVAList:] in CouchbaseLite(FMDatabase.o)
-[CBL_FMStatement reset] in CouchbaseLite(FMDatabase.o)
"_sqlite3_result_double", referenced from:
_CBLComputeFTSRank in CouchbaseLite(CBL_SQLiteStorage.o)
"_sqlite3_sourceid", referenced from:
+[CBL_SQLiteStorage firstTimeSetup] in CouchbaseLite(CBL_SQLiteStorage.o)
"_sqlite3_sql", referenced from:
+[CBL_FMStatement explainQueryPlan:] in CouchbaseLite(FMDatabase.o)
"_sqlite3_step", referenced from:
___28-[CBLDatabaseUpgrade import]_block_invoke in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBLDatabaseUpgrade importDoc:numericID:] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBLDatabaseUpgrade addAttachmentsToSequence:json:] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBLDatabaseUpgrade attachmentsTableExists:] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBLDatabaseUpgrade importLocalDocs] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBLDatabaseUpgrade importInfo] in CouchbaseLite(CBLDatabaseUpgrade.o)
-[CBL_FMDatabase executeUpdate:error:withArgumentsInArray:orVAList:] in CouchbaseLite(FMDatabase.o)
...
"_sqlite3_stmt_readonly", referenced from:
-[CBL_FMDatabase executeQuery:withArgumentsInArray:orVAList:] in CouchbaseLite(FMDatabase.o)
-[CBL_FMDatabase executeUpdate:error:withArgumentsInArray:orVAList:] in CouchbaseLite(FMDatabase.o)
"_sqlite3_threadsafe", referenced from:
+[CBL_FMDatabase isThreadSafe] in CouchbaseLite(FMDatabase.o)
"_sqlite3_value_blob", referenced from:
_CBLComputeFTSRank in CouchbaseLite(CBL_SQLiteStorage.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Showing first 200 notices only

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant