我的应用程序在iOS 5.0上运行正常,但是当我在iOS 6.0上运行时,它偶尔会崩溃,我注意到的两个实例是:
但这并不总是发生。下面是在控制台上显示的内容,尝试搜索解决方案,即使找到了相当多的iOS 6.0崩溃帖,也无法纠正崩溃。
Dec 6 20:06:51 iPhone kernel[0] <Debug>: launchd[896] Container: /private/var/mobile/Applications/F8E3963A-2678-4698-B5B9-2F2BB42D82B3 (sandbox)
Dec 6 20:06:58 iPhone locationd[41] <Notice>: Location icon should now be in state 'Active'
Dec 6 20:07:08 iPhone locationd[41] <Notice>: Location icon should now be in state 'Inactive'
Dec 6 20:07:16 iPhone locationd[41] <Notice>: Location icon should now be in state 'Active'
Dec 6 20:07:26 iPhone locationd[41] <Notice>: Location icon should now be in state 'Inactive'
Dec 6 20:08:36 iPhone locationd[41] <Notice>: Location icon should now be in state 'Active'
Dec 6 20:08:39 iPhone MyApp[896] <Warning>: MESH TOO LARGE!!! VKRoadTile: Too many road points for tile 1465.949.11 (512)
Dec 6 20:08:46 iPhone locationd[41] <Notice>: Location icon should now be in state 'Inactive'
Dec 6 20:09:37 iPhone locationd[41] <Notice>: Location icon should now be in state 'Active'
Dec 6 20:09:47 iPhone locationd[41] <Notice>: Location icon should now be in state 'Inactive'
Dec 6 20:10:07 iPhone backboardd[52] <Warning>: CoreAnimation: updates deferred for too long
Dec 6 20:10:16 iPhone awdd[905] <Error>: libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
Dec 6 20:10:16 iPhone awdd[905] <Error>: CoreLocation: CLClient is deprecated. Will be obsolete soon.
Dec 6 20:10:20 iPhone ReportCrash[906] <Notice>: Formulating crash report for process MyApp[896]
Dec 6 20:10:20 iPhone com.apple.launchd[1] (UIKitApplication:com.cert.mobile.MyApp[0xce94][896]) <Warning>: (UIKitApplication:com.cert.Mobile.MyApp[0xce94]) Job appears to have crashed: Segmentation fault: 11
Dec 6 20:10:20 iPhone backboardd[52] <Warning>: Application 'UIKitApplication:com.Cert.mobile.MyApp[0xce94]' exited abnormally with signal 11: Segmentation fault: 11
Dec 6 20:10:20 iPhone ReportCrash[906] <Error>: libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
Dec 6 20:10:20 iPhone ReportCrash[906] <Notice>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/MyApp_2012-12-06-201019_iPhone.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0
这似乎在崩溃之前反复出现:libMobileGestalt copySystemVersionDictionaryValue:无法从系统版本字典中查找ReleaseType
为什么会在iOS 6.0上发生这种情况,我该如何解决?出现以下消息时会发生什么:“无法从系统版本字典中查找ReleaseType”?