I think I can expand the answer to daveoncode a bit, so if you are not interested in errors, you can simply write
NSString *myData= [NSString stringWithContentsOfFile:path encoding:NSUTF8StringEncoding error:nil];
and it will work as you expected.
xci
source share