Hello Jeric, Am Fri, 21 Jan 2011 18:35:09 +0800 schrieb Jeric Batarina <[email protected]>:
> The error was: "NSArray may not respond to '-valueForKey' "... > Also, I noticed another error: "objectAtIndex undeclared(first use in this > function)". I'm pretty sure it's included in the class reference: In general, it's a much better idea to cut&paste the exact error message than to approximate them in free text, as the details can often give important clues to what is going on. For example, there actually is no '-valueForKey' method in NSArray, but there is a '-valueForKey:' method. Now we can guess if you made a mistake in your source file or in telling us what the error message was ... Similarly, the lines directly above might tell us if this might be a consequence of not locating a necessary header. Mit freundlichen Grüßen aus Münster / with kind regards - Kai Henningsen -- SPUeNTRUP Software An der Kleimannbrücke 52 D-48157 Münster, Germany Reg: Münster Nr.29047 Fon: +49 700 CALL CATS (=22552287) Fon: +49 251 322 311 0 Fax: +49 251 322 311 99 Web: http://www.cats.ms Mail: [email protected] _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
