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 8302821
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T17:22:48+00:00 2026-06-08T17:22:48+00:00

I develop an app for iPad. At now, i test application on iPad-5.1 Simulator

  • 0

I develop an app for iPad.

At now, i test application on iPad-5.1 Simulator.

And for my unhappiness, application falls down.

1) I use FacebookSDK 3.0
2) Compile FacebookSDK into Framework FBiOSSDK
3) Add Framework FBiOSSDK to project
4) See log of Linker
5) Undefined symbols for architecture i386:
“_sqlite3_open_v2” and many-many “_sqlite3_*” symbols.

Maybe i set wrong options to facebook-sdk project when build it to framework?

Can anybody help?

After search, i find a solution:

“Add to project libsqlite3.0.dylib”

But Linker said:
“ignoring file /path/libsqlite3.dylib, missing required architecture i386 in file”

— Main Problem —

After an hour, i’ve found out, that i link framework in wrong way.

Script create it in local directory (not in System/Library/Frameworks or Library/Frameworks).

After adding it, Framework Search Paths changes to not default value.

How to build framework in right way?

Thanks!

  • 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-08T17:22:49+00:00Added an answer on June 8, 2026 at 5:22 pm

    So, after a long time i make such things to make this FacebookSDK work:

    1)First, I delete build of FacebookSDK framework (rm -rf) and run script for building framework (build_framework.sh)

    2)After that, i add to project (project -> build phases -> link binary with libraries ) FacebookSDK.framework (from local directory, with button add other) and libsqlite3.0dylib and libsqlite3.dylib (just search it in search-field!)

    0) or 3)And After that i make this: find directory ~/Library/Developer/Xcode/DerivedData and delete EVERYTHING from this. (use command rm -rf dir_name/*)

    You can do it from step 3) that i also named step 0).

    Here i provide a script, which can help you

    #!/usr/bin/perl
    my $pathToCacheDirectory = qq(~/Library/Developer/Xcode/DerivedData/);
    
    sub TaskToDo{
        my ($refToArgv)=@_;
        die "can't work with too much parameters" unless(scalar(@$refToArgv)==1);
        my $what = shift @$refToArgv;
        my $time = 30; #wait 30 seconds in each iteration
        my $workRef = sub{
            print "i will delete: ";
            print qx(ls $pathToCacheDirectory);
        qx(rm -rf $pathToCacheDirectory);
        };
        #view help
        if ($what eq 'help'){
            print qx(perldoc -t $0);
        }
        #list directory 
        if ($what eq 'watch'){
        print qx(ls $pathToCacheDirectory);
        }
        #kill files instantly
        if ($what eq 'now'){
        print 'kill now'.qq(\n);
        $workRef->();
        print 'see result'.qq(\n);
        print qx(ls $pathToCacheDirectory);
        }
        #switch on watcher
        if ($what eq 'work'){
        for(;;){
            #in INF loop
            for my $s(0..4){
            #print "this is <<$_>>\n";
            print "time remaining: ".(5-$s)*$time." sec \n";
            sleep($time);
            }
            $workRef->();    
            sleep(10);
        }
        }
    } 
    
    TaskToDo(\@ARGV);
    
    
    
    __END__
    
    =head1 DESCRIPTION
    
    This script clear directory with cache from Xcode
    
        -- 'help'  will show this log
    
        -- 'work'  will run script as observer and killer
    
        -- 'watch' will show info about directory with cache
    
        -- 'now'   will kill all instantly
    
        Example: perl scriptName.pl help
    
    =cut
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to develop an app on ipad. But when I use geocoding
I try to use Delphi XE2 for develop for an iPad 3 professional application.
im develop app with phonegap and create index.html -> html5 and of course use
I am develop a stock view app on iPad. I figure out that qtstalker
Now am working for iPhone/iPad applications. Am interesting to develop apps for Mac OS
I have a iPhone app and want to develop iPad app with the same
I have been trying to develop an app for my ipad which i can
I'm experimenting with a magazine kind of iPad app that I develop and I
I want to develop a native universal app(i.e for iPhone and iPad) for my
I'm trying to develop an app for ipad and I'm using the contenteditable feature.

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.