IOS development... I have a json data file named "Data.js" in the same directory where the code file is and is trying access it with the following code...
NSString *filePath = [[NSBundle mainBundle] pathForResource:@"Data" odType:@"js"];
but this is returning null.
Any help on this is much appreciated.