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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:43:49+00:00 2026-05-27T21:43:49+00:00

I need to do un update on an app that is on the appStore,

  • 0

I need to do un update on an app that is on the appStore, but right now im on holidays very far from my work computer (Lion os xcode 4), so Im using another computer (Snow leopard 10.6.8, xcode 4),

I have exported the svn repo with the source code [which was working fine on ios5 and ios4 on the lion machine],

but now to my horror, the app crashes in ios 5 simulator[no message for the crash in the log]
error

It works fine on ios4 simulator

so is this related to the different os?

I dont have here my ipad to test so I dont know if it would work on the actual device,

so what can it be?

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-05-27T21:43:50+00:00Added an answer on May 27, 2026 at 9:43 pm

    Looks like an uncaught exception isn’t being logged. Add the following to your main.m:

    #ifdef DEBUG
    void eHandler(NSException *);
    
    void eHandler(NSException *exception) {
        NSLog(@"%@", exception);
        NSLog(@"%@", [exception callStackSymbols]);
    }
    #endif
    
    int main(int argc, char *argv[]) {
    
    #ifdef DEBUG
        NSSetUncaughtExceptionHandler(&eHandler);
    #endif
    
    ...rest of your main function here...
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an app that I need to get the source code to update
Okay, So I have a Cydia app that I need to update. I am
Possible Duplicate: Update app engine entity I need to update entity that I loaded
I need to update the primary key for a record but it's also the
I need to update a record in the datastore, but instead of updated record
What happens when I update an app that has some files stored in the
I working for an app that requires google login. I need to access provider_uid,
Ultimately I want to create a desktop app that allows users to update their
I have an MVC 3 app that I'm building, and need to figure out
I have an app that I am migrating from Ruby to JRuby (due to

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.