Need help finding cause of 'object cannot be nil' error message

110 Views Asked by At

In my iPad app, iOS 6.0, XCode 4.5, I am getting the following message when I run:

* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[__NSArrayM insertObject:atIndex:]: object cannot be nil'

I have looked and looked, but I don't see where it's happening. I set NSZombies on, but got nothing that was meaningful in Instruments. Is there a tool or setting or something that will at least tell me where this is happening?

1

There are 1 best solutions below

0
SpokaneDude On BEST ANSWER

I removed all the code pertaining to Magical Record, downloaded the latest version and re-installed it.. that cured the problem!
Thanks for the suggestion tho'.