Received memory warning and app crashes - iphone
Posted
by
Anand Gautam
on Stack Overflow
See other posts from Stack Overflow
or by Anand Gautam
Published on 2013-10-29T06:18:38Z
Indexed on
2013/10/29
9:54 UTC
Read the original article
Hit count: 283
I am creating an app using ARC but my app is crashing due to Received memory warning. The App is working fine in simulator. But in case of iphone device, If i run the app for few minutes then on doing anything, the app crashes straightaway. I have checked my app by xcode instrument. My app folder size is 6 MB but all memory allocation is showing 63 MB on xcode instrument.
Because of this reason, presentViewController-Animated-Completion is getting slow during navigation. Does anyone have any solution why this is happening?
© Stack Overflow or respective owner