This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I have a highscore.plist file with type NSDictionary of 5 items each containing NSNumber - score and String - Name , I want to sort scores in descending order . This is what i am trying to do : NSString *location = [[NSBundle mainBundle] pathForResource:@"HighScores" ofType:@"plist"]; NSArray *highscoredata = [[NSArray [...] read more