我正在prepararing一個IOS應用。我正在使用以下代碼iphone模擬器和設備束
NSString * yol=[[NSBundle mainBundle]pathForResource:@"TavsiyeKitapAile" ofType:@"plist"];
NSDictionary * tka = [XMLReader dictionaryForXMLData:[NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://www.bahcevan.org/kat.php?kat=64"]] error:nil];
[tka writeToFile:yol atomically:YES];
NSMutableDictionary * dic = [[NSMutableDictionary alloc]initWithContentsOfFile:yol];
它在模擬器上運行良好,但是當我打開它時,我沒有看到數據。一無所有。我認爲這與捆綁有關,但我無法解決它。
檢查@「TavsiyeKitapAile」 ofType的拼寫的:@「的plist」是有例如:「Plist」而不是「plist」的任何變化? –
我試過,但它不工作:( – ozmuhammed