Perhaps this is a tad simplistic, but have you searched your code for
NSKeyedUnarchiver? Can't be too many instances of that...
> From: ALEXander
> Subject: Debugging Information
>
> Hello,
>
> when the objective C runtime engine throws an exception during
> ru
On 18 maj 2009, at 07.48, ALEXander wrote:
when the objective C runtime engine throws an exception during
runtime, I get messages like
2009-05-18 16:31:58.370 Control[27911:813] *** -[NSKeyedUnarchiver
initForReadingWithData:]: data is NULL
in the console of Xcode. How do I find out where in
Hello,
when the objective C runtime engine throws an exception during
runtime, I get messages like
2009-05-18 16:31:58.370 Control[27911:813] *** -[NSKeyedUnarchiver
initForReadingWithData:]: data is NULL
in the console of Xcode. How do I find out where in my code this
problem occured?