开发者

xcode crash when parsing xml?

开发者 https://www.devze.com 2022-12-18 13:31 出处:网络
I am developing an application in which i am getting xml from web.But some xml files are very large so when i parse xml in simulator it crashes the xcode also? do someone knows how to resolve this iss

I am developing an application in which i am getting xml from web.But some xml files are very large so when i parse xml in simulator it crashes the xcode also? do someone knows how to resolve this issue? BTW i know how to use NSXML parser only.So if 开发者_如何学Pythonthis isn't work for me then please tell a step by step guide to any other approach mentioned. Thanks


I think you should first save your data in database before simulating it. As you know the memory management is very important in cocoa hence, this is the right approach.

0

精彩评论

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