views:

80

answers:

1

Hello everyone. My .plist and code to read it is described in http://pastie.org/605082

NSLog(@"Test %@\n",[test valueForKey:@"FirstName"]);

returns NULL and resultsRetrieved is not NULL;

What could be wrong?

A: 

Duh... stupid! FirstName is NULL anyway... it's all fine

epron
if you've answered your own question, either mark it as answered or delete the question
mahboudz