"Unable to Restore Previously Selected Frame"??
Can someone tell me what this error means?
I'm getting this error, along with my app crashing due to "exc bad access".
"exc bad access" appears next to a line of code, in which I'm trying to add a view as a sub-view of the super-view:
[self.view insertSubview:aController.view atIndex:0];
I've got NSZombieEnabled set to YES and it doesn't tell me that I'm sending a message to a deallocated instance.
I've not really been given any clues by the debugger, so I'm struggling to find what the problem is.
Any help appreciated,
Thanks,
Adam
|