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

  • Home
  • SEARCH
  • 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 7771027
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T16:32:52+00:00 2026-06-01T16:32:52+00:00

i receive this exception after calling the following method. And it only comes when

  • 0

i receive this exception after calling the following method. And it only comes when app load for the first time. When i again open the app it works fine. Can anyone help?

-(void) createAndCheckDatabase
{
  BOOL success; 

  self.databaseName = @"database.db";
  NSArray *documentPaths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
  NSString *documentDir = [documentPaths objectAtIndex:0];
  self.databasePath = [[documentDir stringByAppendingPathComponent:self.databaseName]retain];

  NSFileManager *fileManager = [NSFileManager defaultManager];

  success = [fileManager fileExistsAtPath:self.databasePath];

  if(success) return; 

  NSString *databasePathFromApp = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:self.databaseName];

  NSError *err;
  [fileManager copyItemAtPath:databasePathFromApp toPath:self.databasePath error:nil];
  if (err) {
//      DebugLog(@"%@", [err description]);
  }

}
  • 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-01T16:32:53+00:00Added an answer on June 1, 2026 at 4:32 pm

    if (err) … will crash because err is not initialized! and you dont use it in fileManager copyItemAtPath:

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

Sidebar

Related Questions

Currently I have this problem. Client downloads from server successfully only the 1st time.
After a post with $.ajax() , I sometimes receive an exception from the server.
I'm sorry, but I can't understand why this doesn't work. After compile, I receive
I've developed an SMS app (send/receive SMS using GSM modem) using this library -
When the server socket is closed the client doesn't receive any exception even after
I want to raise an event from a .NET class, and receive this event
I have a ListView set with a adapter. This adapter receive a list of
This seems simple but I can't figure it out. I receive post data in
I seem to be getting this particular always when i am trying to receive
When I receive XML data (via a Twitter API call, in this instance), I

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.