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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:46:54+00:00 2026-05-23T11:46:54+00:00

Working in xCode everything works OK if I execute by double-clicking the project down

  • 0

Working in xCode everything works OK if I execute by double-clicking the project down in the working directory but not from xCode itself doing a Build and Run. Then the database isn’t being found correctly.

How do I modify…

 sqlite3_open("Airports.sqlite", &db);

so it can find Airports.sqlite in the current working directory?

  • 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-05-23T11:46:54+00:00Added an answer on May 23, 2026 at 11:46 am

    Copy your database to your applications directory and after that you can use your database 🙂

        NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory , NSUserDomainMask, YES);
            NSString *dbPath = [[paths objectAtIndex:0] stringByAppendingPathComponent:@"Airports.sqlite"];
    
    BOOL success = [fileManager fileExistsAtPath:dbPath];
    
    if (!succes){
    
        NSString *defaultDBPath = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"Airports.sqlite"];
                    BOOL success = [fileManager copyItemAtPath:defaultDBPath toPath:dbPath error:&error];
    
                    if (!success) 
                        NSAssert1(0, @"Failed to create writable database file with message '%@'.", [error localizedDescription]);
                    else
                        NSLog(@"Succesfully created writable database");
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a school project and I'm getting some weird errors from Xcode.
I have been working with Xcode 4.2.1, but following some tutorials and videos from
I was working on an Xcode project and everything was going great, until two
HELLO, I am working on XCODE 3.1.4 , my iphone have 3.1.2 os...But as
While working on an Xcode project i keep getting the spinning wheel while switching
Something really weird is going on with Xcode and an iPhone project I'm working
I have made a ViewController in XCode for an iPhone project I'm working on,
I was developing an app in Xcode and everything was working just fine. I
In the project I'm working on Xcode automatically initializes variables to 0 on startup/
I have an iPhone (Xcode) Project that was working fine. Something must have been

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.