ios - App crashing in Ipad 3rd Generation , but working fine in ipad 2 -


my app crashing in ipad 3rd generation working fine in ipad 2 , in ipad 3rd gen saying "memory warning". app in arc .the console log below. i googled few times , in 1 of post suggested change plist name , wired tried, no change.please me.thank

2013-04-17 13:21:42 +0000 searchd not open updates file com.apple.mobilesms smssearch  2013-04-17 13:21:42 +0000 searchd finished getting 33 applications, took 0.048442 seconds 2013-04-17 13:21:43 +0000 searchd indexed records in 0.28s 2013-04-17 13:22:09 +0000 springboard not save thumbnail downloading icon: image=(null) path='/var/mobile/library/springboard/downloadingiconimagecache/com.oneandollc.myapp-14c1f156-4461-410e-93ce-4fe55b75b86d' 2013-04-17 13:22:14 +0000 lsd attempting store identifiers file 2013-04-17 13:22:14 +0000 lsd updating identifier store  2013-04-17 13:22:27 +0000 springboard memory level not normal. pending auto-relaunch of 'com.facebook.facebook' until is. 2013-04-17 13:22:27 +0000 backboardd application 'uikitapplication:com.apple.mobilesafari[0x7974]' exited abnormally signal 9: killed: 9 2013-04-17 13:22:27 +0000 backboardd application 'uikitapplication:com.mybusinessapp.jpop[0x22fc]' exited abnormally signal 9: killed: 9 2013-04-17 13:22:27 +0000 backboardd application 'uikitapplication:com.mybusinessapp.dssapp[0x11db]' exited abnormally signal 9: killed: 9 2013-04-17 13:22:27 +0000 backboardd application 'uikitapplication:com.facebook.facebook[0xbf29]' exited abnormally signal 9: killed: 9 2013-04-17 13:22:28 +0000 app received memory warning. 2013-04-17 13:22:31 +0000 backboardd -[bksystemappsentinel lock_bootstrapembedded] found running system app (com.apple.springboard, pid 66). attempting stop it... 2013-04-17 13:22:32 +0000 springboard lockdown says we've registered: [0], state 0 2013-04-17 13:22:32 +0000 springboard lockdown says device is: [activated], state 3 2013-04-17 13:22:32 +0000 springboard error: _xpc_handle_outgoing_request error: connection invalid 2013-04-17 13:22:32 +0000 backboardd telling system app can start 2013-04-17 13:22:38 +0000 springboard btm: attaching btserver 2013-04-17 13:22:39 +0000 assistant_service local store doesn't allow tasks , have no default calendar :( 2013-04-17 13:22:39 +0000 springboard wifi picker plugin initialized 2013-04-17 13:22:39 +0000 springboard simtoolkit plugin springboard initialized. 2013-04-17 13:22:39 +0000 springboard sms plugin initialized. 2013-04-17 13:22:42 +0000 itunesstored itunes store environment is: st11 2013-04-17 13:22:49 +0000 assistant_service local store doesn't allow tasks , have no default calendar :( 

you using arc arc not provide guarantee related memory crash,compiler have automatically leave reference when resource free if resources use in whole navigation flow can not leave reference, if app have memory crashes, check app on instruments tool, specially focus on dirty size section on instrument tool.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -