Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8975863
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T18:59:12+00:00 2026-06-15T18:59:12+00:00

I am integrating Facebook login in my app. Gone through links Facebook Developers but

  • 0

I am integrating Facebook login in my app. Gone through links
Facebook Developers
but when I compile I get following errors:

Undefined symbols for architecture i386:

"_sqlite3_bind_double", referenced from:
  -[FBCacheIndex _updateEntryInDatabaseForKey:entry:] in FacebookSDK(FBCacheIndex.o)
  -[FBCacheIndex _writeEntryInDatabase:] in FacebookSDK(FBCacheIndex.o)   "_sqlite3_bind_int", referenced from:
  -[FBCacheIndex _updateEntryInDatabaseForKey:entry:] in FacebookSDK(FBCacheIndex.o)
  -[FBCacheIndex _writeEntryInDatabase:] in FacebookSDK(FBCacheIndex.o)
  -[FBCacheIndex _trimDatabase] in FacebookSDK(FBCacheIndex.o)   "_sqlite3_bind_text", referenced from:
  -[FBCacheIndex _updateEntryInDatabaseForKey:entry:] in FacebookSDK(FBCacheIndex.o)
  -[FBCacheIndex _writeEntryInDatabase:] in FacebookSDK(FBCacheIndex.o)
  -[FBCacheIndex _readEntryFromDatabase:] in FacebookSDK(FBCacheIndex.o)
  -[FBCacheIndex _readEntriesFromDatabase:excludingFragment:] in FacebookSDK(FBCacheIndex.o)
  -[FBCacheIndex _removeEntryFromDatabaseForKey:] in FacebookSDK(FBCacheIndex.o)   "_sqlite3_close", referenced from:
  ___23-[FBCacheIndex dealloc]_block_invoke_0 in FacebookSDK(FBCacheIndex.o)   "_sqlite3_column_double", referenced from:
  -[FBCacheIndex _createCacheEntityInfo:] in FacebookSDK(FBCacheIndex.o)   "_sqlite3_column_int", referenced from:
  -[FBCacheIndex _createCacheEntityInfo:] in FacebookSDK(FBCacheIndex.o)
  -[FBCacheIndex _fetchCurrentDiskUsage] in FacebookSDK(FBCacheIndex.o)
  -[FBCacheIndex _trimDatabase] in FacebookSDK(FBCacheIndex.o)   "_sqlite3_column_text", referenced from:
  -[FBCacheIndex _createCacheEntityInfo:] in FacebookSDK(FBCacheIndex.o)
  -[FBCacheIndex _trimDatabase] in FacebookSDK(FBCacheIndex.o)   "_sqlite3_errmsg", referenced from:
  _releaseStatement in FacebookSDK(FBCacheIndex.o)
  -[FBCacheIndex _updateEntryInDatabaseForKey:entry:] in FacebookSDK(FBCacheIndex.o)
  _initializeStatement in FacebookSDK(FBCacheIndex.o)
  -[FBCacheIndex _writeEntryInDatabase:] in FacebookSDK(FBCacheIndex.o)
  -[FBCacheIndex _readEntryFromDatabase:] in FacebookSDK(FBCacheIndex.o)
  -[FBCacheIndex _readEntriesFromDatabase:excludingFragment:] in  FacebookSDK(FBCacheIndex.o)
   -[FBCacheIndex _fetchCurrentDiskUsage] in FacebookSDK(FBCacheIndex.o)
   ...   "_sqlite3_exec", referenced from:
   ___36-[FBCacheIndex initWithCacheFolder:]_block_invoke_0 in FacebookSDK(FBCacheIndex.o)   "_sqlite3_finalize", referenced from:
   _releaseStatement in FacebookSDK(FBCacheIndex.o)   "_sqlite3_open_v2", referenced from:
   ___36-[FBCacheIndex initWithCacheFolder:]_block_invoke_0 in FacebookSDK(FBCacheIndex.o)   "_sqlite3_prepare_v2", referenced from:
   _initializeStatement in FacebookSDK(FBCacheIndex.o)   "_sqlite3_reset", referenced from:
   _initializeStatement in FacebookSDK(FBCacheIndex.o)   "_sqlite3_step", referenced from:
   -[FBCacheIndex _updateEntryInDatabaseForKey:entry:] in FacebookSDK(FBCacheIndex.o)
   -[FBCacheIndex _writeEntryInDatabase:] in FacebookSDK(FBCacheIndex.o)
   -[FBCacheIndex _createCacheEntityInfo:] in FacebookSDK(FBCacheIndex.o)
   -[FBCacheIndex _fetchCurrentDiskUsage] in FacebookSDK(FBCacheIndex.o)
   -[FBCacheIndex _removeEntryFromDatabaseForKey:] in FacebookSDK(FBCacheIndex.o)
   -[FBCacheIndex _dropTrimmingTable] in FacebookSDK(FBCacheIndex.o)
   -[FBCacheIndex _trimDatabase] in FacebookSDK(FBCacheIndex.o)
   ... ld: symbol(s) not found for architecture i386

I have also added -Isqlite3.0 reference in other linking flags of Build Settings tab for the project, but am still getting the error. What am I doing wrong? Using XCode 4.5 with iOS6.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T18:59:14+00:00Added an answer on June 15, 2026 at 6:59 pm

    you also have to link your app to the sqlite library or CoreData.framework, depending on what their documentation says is needed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I tried to generate the Keyhash for integrating the Facebook in our app, but
I'm having issues with integrating facebook into my iOS app. When I launch my
I'm following the tutorial here http://applicake.com/posts/54-integrating-facebook-connect-with-rails-applications to set up facebook connect. It almost worked,
I am integrating OmniAuth Facebook on my site. I had it working but then
I am using Facebook JS SDK for integrating Like buttons in my Rails App.
I'm currently doing facebook integration and have gone through this tutorial . So far,
My app uses the facebook login to authenticate the users, I heard about the
I'm making an app with Facebook integration. That works perfectly in emulator but does't
I would like to integrate my app with Facebook, Twitter and Flickr. But the
I'm working on integrating Facebook support into a blogging engine. I registered an app

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.