iOSデバイスでのトラブルシューティング
Android

iOSでのクラッシュ時バグレポート方法 / Reporting crash bugs on iOS

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

バグレポートを送信する前に,iOS トラブルシューティング のページをチェックして,一般的なクラッシュおよびその他の問題に対する解決方法を確認して下さい。

もしXCodeデバッガでクラッシュした場合,次のようにして貴重な情報をバグレポートに追加することが出来ます:

  1. Continue (Run->Continue) を2回クリックします
  2. デバッガコンソールを開いて(Run->Console) コンソールで次の通りに入力します: thread apply all bt
  3. 全ての コンソール出力をコピーしてバグレポートとともに送信します。

もしアプリケーションがiOSデバイスでクラッシュした場合,アップルのウェブサイトで ここ に説明されている通りのクラッシュレポートを受け取ります。クラッシュレポート,ビルドしたアプリケーションとコンソールログを添付してから送信して下さい。

iOSデバイスでのトラブルシューティング
Android