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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T01:44:04+00:00 2026-06-08T01:44:04+00:00

I made my project in storyboard in, due to issue with the custom UITableViewCell

  • 0

I made my project in storyboard in, due to issue with the custom UITableViewCell I have made a new project, copied all of the data to my new classes and copied my buttons, images etc from the storyboard views to new project’s nib/xib files.

Now When I click on any button my app crashes without any error and it opens delegate file and highlights this line of code

return UIApplicationMain(argc, argv, nil, NSStringFromClass([ThisOrThatAppDelegate class]));

I have already made connections for the required actions from IB to controller. Also I have tried Command+Shift+K for clean code. But the problem is still there.

  • 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-08T01:44:06+00:00Added an answer on June 8, 2026 at 1:44 am

    You have to find out first what the problem is:

    • use the Debug build config and are using lldb or gdb
    • make sure you have a breakpoint on all exceptions
    • make sure you have the “Breakpoints” button top left enabled.
    • run the app

    You should break into the debugger. You need to get to a point where the debugger catches the exception.

    Then edit your question and tell us what exception you get. I’m going to guess you’ll be getting a objc_msgSend() error, which means that some object is trying to message a non-existent or dealloced object. If that turns out to be true, then you can enable “Zombies” (which lets all objects stay around) and see if one of those gets messaged.

    If nothing seems to help, then what you need to do is start adding NSLog messages to track your app as it comes up (or use breakpoints, your choice). This takes a long time so you might work backwards – see if your appDelegate application:didFinishLaunchingWithOptions: gets called, and also if you get to the end of it.

    Unforunately this type of problem can be take a lot of time to track down. Some object has probably queued a message up for another object on the main queue, so when you get the crash you don’t get to see who did what when.

    Also, with objc_msgSend problems, when the debugger stops you cannot easily see what object was messaged – but if you turn off the debugger and let the app actually crash, you can find the crash report in the Console app and get more info from that.

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

Sidebar

Related Questions

I have a project made in flex, using PHP data services to access an
I made a new project and pretty much copied this guide , but whenever
I have made a project in NetBeans IDE using a custom library (a .JAR
So I have this Java project made up of several classes, some external JAR
So I made a project with packages in Eclipse. I have a few classes
I have a project made with PhoneGap 1.1. I don't want to upgrade to
I have made a project in which i have added a splash screen by
I'm using SAS Enterprise Guide 5.1 and I have a project made of 4
I have made a java project and want to deliver it to a client
I've made a new project as a Single View iOS Application in Xcode. I've

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.