Re: Application size growing
Re: Application size growing
- Subject: Re: Application size growing
- From: Jens Alfke <email@hidden>
- Date: Sat, 22 Feb 2014 15:19:29 -0800
On Feb 22, 2014, at 2:07 PM, Damien Cooke <email@hidden> wrote:
> The problem is the app is gaining about 200Mb after each movie and the only cure is to delete the app. Where is this all going if I write all my stuff into one place and delete the directory later?
If this reproduces in the simulator, you can locate the app’s directory (buried way down in ~/Library) and examine the hierarchy to see where the 200MB is and what the file(s) look like. That should provide a clue.
If it only happens on a real device, you can write a bit of code to recursively iterate the directory tree and log the files and amount of space.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden