Page 2 of 2

Re: Crashes whenever calling [body data] (5.3.3 or 5.3.4)

Posted: Fri Dec 10, 2010 5:54 pm
by slembcke
Well, one mystery solved.

I just went back and reverted the changes to the addPostStepCallback:selector:context: method and marked it as deprecated. This way it won't break old code that works now, but will throw compiler warnings. I made a second corrected method named addPostStepCallback:selector:key: to replace it. That seems like a better solution now.