iphone - problem with parsing data -


hi folks parsing xml file using nsxmlparser class.i sending path , can able see parsing in simulator upto got expected.now installed same code , same data of(xml file) device , again checked data working well.

my problem:after disconnecting the device xcode again trying parse data same above time not working.

myquestion: know simulator case in sensitive , device(ipad) case sensitive while installed through xcode working in device after disconnecting not working.can 1 please give me idea situation.i cross checked code there no problem.your suggestion more important me.thanks in advance.

check if xml file copied bundle resources. goto 'targets' select/right-click target , expand 'copy bundle resources', if file not there, +/drag-drop it. hope works :)


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -