我有一個plist頂級數組,然後是其中的一些項目。無法從plist讀取
當我嘗試以下方法
NSString *path = [[NSBundle mainBundle] bundlePath];
NSString *finalPath = [path stringByAppendingPathComponent:@"Spots.plist"];
spotsArray = [[NSMutableArray arrayWithContentsOfFile:finalPath] retain];
數組spotsArray是空的。
我已經嘗試了一些東西,併成功地使用過plists。我不知道現在是什麼問題。
什麼引起的問題,我的plist看起來像這樣
'[一個NSBundle mainBundle]'是iOS裝置不可寫 – 2011-05-26 13:49:44