3

私のアプリは iOS 5.0 では正常に動作していますが、iOS 6.0 で同じものを実行すると、時折クラッシュします。私が気づいた 2 つのインスタンスは次のとおりです。

  1. MapViewController から戻ってきたとき、または
  2. アプリを終了したら、アプリの位置情報サービスを無効にして、もう一度アプリを開きます。

しかし、これは常に起こるわけではありません。以下はコンソールに表示されているもので、解決策を探してみましたが、かなりの数の 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 を検索できませんでした」?

4

0 に答える 0