Rahul Vyas
Rahul Vyas

Reputation: 28730

xcode crash when parsing xml?

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 this isn't work for me then please tell a step by step guide to any other approach mentioned. Thanks

Upvotes: 0

Views: 295

Answers (1)

user551174
user551174

Reputation: 26

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.

Upvotes: 1

Related Questions