开发者

problem with parsing data

开发者 https://www.devze.com 2023-03-22 11:49 出处:网络
hi folks i am parsing a xml file using NSXmlParser class.i am sending pa开发者_StackOverflow社区th exactly and i can able to see the parsing in my simulator upto now i got what i expected.Now i instal

hi folks i am parsing a xml file using NSXmlParser class.i am sending pa开发者_StackOverflow社区th exactly and i can able to see the parsing in my simulator upto now i got what i expected.Now i installed the same code and same data of(xml file) into the device and again i checked the data its working well.

My Problem:After disconnecting the the device from my xcode again i am trying to parse the data same as above this time it is not working.

MyQuestion: I know simulator is case in sensitive and device(ipad) is case sensitive so while i installed through the xcode then its working even in the device but after disconnecting it is not working.can any one please give me your idea about this situation.I cross checked with all the code there is no problem.Your suggestion is more important for me.Thanks in advance.


Check if your xml file is copied into bundle resources. Goto 'Targets' select/right-click your target and expand 'Copy Bundle Resources', if your file is not there, +/drag-drop it. Hope it works :)

0

精彩评论

暂无评论...
验证码 换一张
取 消