0
私は問題があります。このplistの後の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];
はnilで、住所イスト0x0の...しかし、なぜですか? 誰でも助けてくれますか?以下は
質問は少し古いですが、はいです。これは数か月前に私のためにしました:-) –