Note that there are some explanatory texts on larger screens.

plurals
  1. POApp crashing on click of home button of iPhone
    primarykey
    data
    text
    <p>In my iPhone application, I have an UIWebView where I load data from an xml file, after loading it if I press my iPhones home button and if I try to reopen my app its loading then after that if I click back button and load webview again and then click home button try to reopen app is not at all launching, its getting crashed. In my organiser the crash report is like this :</p> <pre><code>libSystem.B.dylib             0x33c30176 cache_remove_with_block + 18 1   CoreFoundation                 0x33ad9e52 __NSCacheApplicationDidEnterBackgroundCallBack + 18 2   CoreFoundation                 0x33a779a4 __cfnote_callback + 20 3   CoreFoundation                 0x33a4711c __CFXNotificationPost_old + 396 4   CoreFoundation                 0x33a46dbc _CFXNotificationPostNotification + 112 5   Foundation                     0x3361cd1c -[NSNotificationCenter postNotificationName:object:userInfo:] + 64 6   UIKit                         0x320c1752 -[UIApplication _handleApplicationSuspend:eventInfo:] + 494 7   UIKit                         0x320667a6 -[UIApplication handleEvent:withNewEvent:] + 1910 8   UIKit                         0x32065ec2 -[UIApplication sendEvent:] + 38 9   UIKit                         0x32065900 _UIApplicationHandleEvent + 5084 10  GraphicsServices               0x33b0eefc PurpleEventCallback + 660 11  CoreFoundation                 0x33a556f8 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 20 12  CoreFoundation                 0x33a556bc __CFRunLoopDoSource1 + 160 13  CoreFoundation                 0x33a47f76 __CFRunLoopRun + 514 14  CoreFoundation                 0x33a47c80 CFRunLoopRunSpecific + 224 15  CoreFoundation                 0x33a47b88 CFRunLoopRunInMode + 52 16  GraphicsServices               0x33b0e4a4 GSEventRunModal + 108 17  GraphicsServices               0x33b0e550 GSEventRun + 56 18  UIKit                         0x32099322 -[UIApplication _run] + 406 19  UIKit                         0x32096e8c UIApplicationMain + 664 </code></pre> <p>how to resolve this? what may be the cause of this? Any help is thankful in advance.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload