• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: new crash in Xcode 4
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new crash in Xcode 4


  • Subject: Re: new crash in Xcode 4
  • From: David Duncan <email@hidden>
  • Date: Wed, 13 Jul 2011 14:12:42 -0700

On Jul 13, 2011, at 2:06 PM, David Rowland wrote:

The report is,

2011-07-13 13:51:55.884 G[3347:207] *** +[UIView animateWithDuration:delay:options:animations:completion:]: unrecognized selector sent to class 0x21c189c


And it appears to be the completion routine that is doing it. infoButton is retained and should be in existence at this point. The source code has not changed since Xcode 3.

Anyone recognize this problem?

This type of crash shouldn't have anything to do with the version of Xcode you are compiling with, but (in this case) the version of iOS you are running against. Since this method is new in iOS 4.0 if you are running on anything earlier, it will crash.  If you are running against iOS 4.0+, then it is likely that you have a memory smasher in your application and the reason why it is crashing now is because the rebuild caused the smasher to target a different part of memory, and now it is obliterating something in UIView. In the debugger console do "po <address>" (0x21c189c above) to find out what the message was actually sent to – you should see UIView.
--
David Duncan

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >new crash in Xcode 4 (From: David Rowland <email@hidden>)

  • Prev by Date: new crash in Xcode 4
  • Next by Date: Re: new crash in Xcode 4
  • Previous by thread: new crash in Xcode 4
  • Next by thread: Re: new crash in Xcode 4
  • Index(es):
    • Date
    • Thread