Re: Core Data -- "[NSCFArray member:]: unrecognized selector" -- solved my own problem

2008-04-13 Thread Dan Knapp
Naturally, right after I gave up on solving it for the night, I guessed the solution. I figured I'd reply to myself and say that, to save others the trouble of trying. It was indeed something embarrassingly simple: I had accidentally created a method with the same name as an accessor which otherwis

Core Data -- "[NSCFArray member:]: unrecognized selector"

2008-04-13 Thread Dan Knapp
Hi, all! I'm posting this question here because this list keeps coming up when I search for information on things I'm working on, so I figure if anyone can figure this out, it'll be here. I'm trying to add an NSRuleEditor-like interface to my app, but I'm rolling my own because I gave up on figuri