Results 1 to 5 of 5

Thread: Apps crashing after 4.2 upgrade

  1. #1
    Join Date
    Jul 2010
    Posts
    125

    Apps crashing after 4.2 upgrade

    unfortunately I upgraded my iPad to 4.2 update (thus then including an update of the SDK and Xcode 4.2) Unfortunately, I now have the problem that crashes the App. Both the iPhone and in the simulator and all the products are generally without any errors (ie console reports nothing). Meanwhile, it runs perfectly in the except some of the applications, Please tell me how to get this problem fixed. Perhaps what is the way to achieve this? Or do you notice when you load a new view at 4.2.

  2. #2
    Join Date
    Nov 2009
    Posts
    862

    Re: Apps crashing after 4.2 upgrade

    I do not think that it is generating and displaying views of the info, but rather the Hide / Release of the previous views when something goes wrong. Vlt you reach the view WillAppear or similar to something that the previous view has already been released. This would also explain why it is sometimes and sometimes not, simply because it depends of when the previous view, or its contents are released.

  3. #3
    Join Date
    Jul 2010
    Posts
    125

    Re: Apps crashing after 4.2 upgrade

    Well, the debugger is increasing because of the same mistakes - or will be without error, but that is nothing more , However something can also be natural. I marvel containing only that it worked fine with the old version. Perhaps what is wrong with me so basically what has come to light only now. Shall I make it already on the search.

  4. #4
    Join Date
    Jun 2009
    Posts
    4,586

    Re: Apps crashing after 4.2 upgrade

    You may have your table view delegate object provided with an auto-release, what would be wrong at this point, because the submit einens delegate does not increase the retain count. Therefore, it will eventually "put away" and - with luck - this pointer then points to a different object or to Nirvana. In any case, your fault pattern indicates a close look on it. This has nothing to do with the way iOS 4.2 - it is pure coincidence that that is not previously noticed. The analyzer complains at this point because he can not know whether a car is released in this context, OK or not.

  5. #5
    Join Date
    May 2008
    Posts
    945

    Re: Apps crashing after 4.2 upgrade

    I have the table view object itself added to my view, not the template used for the UITableViewController. In iPad, I then saw that I had to connect the data source is set incorrectly. Reports and behold, it goes :-) Many many thanks. Without which I would certainly not come out because that's what is wrong. This may be consulted in any case the documentation. There are at delegating both cases, with and without 'retain'.

Similar Threads

  1. Replies: 8
    Last Post: 28-02-2012, 10:49 PM
  2. Replies: 5
    Last Post: 16-08-2011, 11:08 PM
  3. Replies: 5
    Last Post: 24-04-2011, 10:21 AM
  4. Upgrade Windows 2003 Standard to Enterprise (In-Place upgrade)
    By RayRogers in forum Windows Server Help
    Replies: 3
    Last Post: 09-11-2010, 07:52 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,105,757.74127 seconds with 16 queries