简体   繁体   中英

App crash on iOS 9.02

I am populating a tableview which get data from an array. It has multiple selection and reloading multiple times. There's no problem in logic. It works fine on iOS 7, 8 but crash on iOS 9.02 with this error.

Any solution please ?

: HW kbd: Failed to set (null) as keyboard focus

Oct 14 10:40:06 iPhone SpringBoard[48] : UNNotificationRegistrarConnectionListener connection invalidated

Oct 14 10:40:06 iPhone com.apple.xpc.launchd[1] (UIKitApplication:com.projectname.catalogue[0x743e][369]) : Service exited due to signal: Segmentation fault: 11

Oct 14 10:40:06 iPhone SpringBoard[48] : Application 'UIKitApplication:com.project_name.catalogue[0x743e]' crashed.

Oct 14 10:40:06 iPhone UserEventAgent[23] : 676658830601: id=com.project_name.catalogue pid=369, state=0

Oct 14 10:40:06 iPhone ReportCrash[370] : Formulating report for corpse[369] projectname

Oct 14 10:40:06 iPhone ReportCrash[370] : platform_thread_get_unique_id matched 113197

Oct 14 10:40:06 iPhone ReportCrash[370] : saved type '109_projectname' report (3 of max 25) as /var/mobile/Library/Logs/CrashReporter/project_name_2015-10-14-104006_iPhone.ips

Oct 14 10:40:11 iPhone kernel[0] : AppleARMPMUCharger: limiting USB input current to 500 mA (measured 519 mA)

Oct 14 10:40:11 iPhone kernel[0] : AppleARMPMUCharger: limiting USB input current to 400 mA (measured 513 mA)

iOS 9.0 demands compulsory to create property for some classes. For example, I created UIImageView without property. When I accessed Table Cell again and again with multiple reloading, it does not able to save previous value of the property. And then it causes to crashes. But iOS<9.0 does show any crash.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM