iOS アプリに大きな問題があります。詳細なデバッグ エラーが表示されずにクラッシュすることがあります。スタック トレースが空です。これらは、スタック トレースの 2 行のみです。
- UIApplicationMain の「symbol stub for: -[_UIHostedTextServiceSession rejectTextServiceAnimated:]」でクラッシュが開始します。
- 「libsystem_c.dylib`malloc_error_break」を報告します。
でcom.apple.main-thread
。
Xcode デバッガーのエラー (接続されたデバイスを使用):
malloc: *** error for object 0x208a7614: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
デバッガーからのフィードバックなしで、libsystem_c.dylib を使用して malloc_error_break にブレークポイントを設定しました。この問題を解決する方法がわかりません。