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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T18:04:01+00:00 2026-06-06T18:04:01+00:00

I have been working on an iOS App for sometime now and its almost

  • 0

I have been working on an iOS App for sometime now and its almost ready to submit. However, when I gave it to few people for testing purposes (running iOS 5)..they reported cases where the app crashes and the home screen is displayed on the phone OR a frozen app screen appears with no response whatsoever

The app is ARC enabled and Xcode shows no warnings. So, I’m relli tensed about what’s going wrong. I have declared properties in the following fashion:

@property (nonatomic) IBOutlet UILabel *devCountLabel;

@property (nonatomic) IBOutlet UIView *splashView;

Likewise other properties are declared. Could anyone provide a solution? It is mainly a network based app and thus, CoreData usage is minimum.

PS: The App doesn’t crash in the simulator, so I’m guessing it has something related to memory. And the crashes are random. So, repeating a set of steps to reproduce the crash doesn’t help either.
For Eg. When I click a button, modalViewControllerAnimation results in normal case. Now this occurs as expected most of the time and freezes the app other times.

  • 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-06T18:04:03+00:00Added an answer on June 6, 2026 at 6:04 pm

    The crash logs will help, but here is my guess:

    Interface Builder Outlet properties should be weak, so they become nil after they get released.

    In your code their semantics is assign (it’s by default, since you wrote nonatomic only), which is used for primitive types. And when it gets released, you get a dangling pointer, and when you use it, the app crashes.

    Try this:

    @property (weak, nonatomic) IBOutlet UILabel *devCountLabel;
    @property (weak, nonatomic) IBOutlet UIView *splashView;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been working on a Windows Mobile app for a little while now
I have been working on a Core Data iOS app that works perfectly through
I'm diving into iOS development and have been working on an alarm clock app
I am working on an iOS app and have been stumped for the last
I've only been working on an iOS app now for a couple weeks so
For the past few weeks I have been working on an app that uses
I have an iOS project I have been working on for the last few
We have been working for several months on a fairly substantial iOS app using
I have been working on the front-end to a universal iOS app, setting up
Ok, I have been trying to get my ios app working with the facebook-ios-sdk.

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.