0
我有一個問題:的plist - 的NSMutableDictionary - 爲0x0
NSString *filePath = [[NSBundle mainBundle] pathForResource:@"Settings" ofType:@"bundle"];
NSString *settingPath = [[[NSString alloc] init] autorelease];
settingPath = [[NSBundle bundleWithPath:filePath] pathForResource:@"Root" ofType:@"plist"];
NSMutableDictionary *plist = [[[NSMutableDictionary alloc] init] autorelease];
plist = [NSMutableDictionary dictionaryWithContentsOfFile:settingPath];
這plist中後是零,ADRESS IST爲0x0 ......但是爲什麼呢? 任何人都可以幫助我嗎?
這個問題有點老,但是。這是幾個月前爲我做的:-) – 2013-05-04 14:33:09