Whenever I want to get data from a plist file I use the following code:
NSString *filePath = [[NSBundle mainBundle] pathForResource:@\"FILE_NAME\" ofType:@\"plis
Replace
[[NSBundle mainBundle] pathForResource:@"FILE_NAME" ofType:@"plist"]
with
[[NSBundle mainBundle] pathForResource: @"Info" ofType: @"plist"]