I\'m trying to do something that I already know how to do - but it isn\'t working. Looking for ideas to fix this. I think it\'s something to do with the way Xcode 4.1 create
The root object of you .plist is a dict, so you need to load it in memory as a NSDictionary.
dict
NSDictionary
myDictionary = [[NSDictionary alloc] initWithContentsOfFile: myFile];