NSString *path = [[NSBundle mainBundle] pathForResource:@"recipes" ofType:@"plist"]];
NSDictionary *dict = [[NSDictionary alloc] initwithContentOfFile:path];
NSArray *textData=[NSArray new];
textData = [dict objectForkey:@"TableData"];
textData は私の配列名で、レシピはplist
私のテキストデータを実行した後の名前が空です...どこが間違っていますか。