2012-01-08 27 views
8

2型糖尿病のリスクを計算する簡単なアプリケーションを開発しました。このアプリは、iPhone 3Gのxcodeからうまく動作します。私は.ipaファイルでアプリをアーカイブし、私はtestflightapp.comアカウントにアプリをアップロードしました。私は標準testflightapp.comの手順で私のiPhoneにアプリケーションをインストールしました:testflightapp.comから電子メールのインストールリンクをクリックしてください。単純なアプリケーションクラッシュ

私はアプリを起動すると、起動画像が数秒間表示されてから消えます。 Xcodeで私のiPhoneのコンソールが間違って何が起こっているかを表示しますが、私はこれが何を意味するのか分からない:

Jan 8 20:00:42 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.reinvdo.diabete[0xa6a]) Conflict with job: UIKitApplication:com.reinvdo.diabete[0x291b] over Mach service: com.reinvdo.diabete 
Jan 8 20:00:42 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.reinvdo.diabete[0xa6a]) Conflict with job: UIKitApplication:com.reinvdo.diabete[0x291b] over Mach service: com.reinvdo.diabete.UIKit.migserver 
Jan 8 20:00:42 unknown kernel[0] <Debug>: launchd[4255] Builtin profile: container (sandbox) 
Jan 8 20:00:42 unknown kernel[0] <Debug>: launchd[4255] Container: /private/var/mobile/Applications/64A83260-5918-4109-A861-A3399D825654 [69] (sandbox) 
Jan 8 20:00:42 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.reinvdo.diabete[0x291b]) The following job tried to hijack the service "com.reinvdo.diabete" from this job: UIKitApplication:com.reinvdo.diabete[0xa6a] 
Jan 8 20:00:42 unknown UIKitApplication:com.reinvdo.diabete[0xa6a][4255] <Notice>: Couldn't register com.reinvdo.diabete with the bootstrap server. Error: unknown error code. 
Jan 8 20:00:42 unknown UIKitApplication:com.reinvdo.diabete[0xa6a][4255] <Notice>: This generally means that another instance of this process was already running or is hung in the debugger. 
Jan 8 20:00:43 unknown ReportCrash[4256] <Notice>: Formulating crash report for process diabete[4255] 
Jan 8 20:00:43 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.reinvdo.diabete[0xa6a]) Job appears to have crashed: Abort trap: 6 
Jan 8 20:00:43 unknown SpringBoard[15] <Warning>: Application 'diabete' exited abnormally with signal 6: Abort trap: 6 
Jan 8 20:00:43 unknown ReportCrash[4256] <Error>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/diabete_2012-01-08-200042_reins-iPhone.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0 

誰もがこのエラーに光を当てることができますか?

+1

XcodeオーガナイザまたはiPhone設定ユーティリティを使用して、保存したクラッシュレポートを確認してください。 – Till

+0

コンソールログには何も答えてくれません - クラッシュログを投稿する必要があります – AlexeyVMP

+0

えええええええと - 他の人も触れたように - これは携帯電話のアプリケーションには問題ありません。これはデバッグバージョンの問題です(これは開発プロセス中に簡単に発生する可能性があります)。あなたはあなたのデバイスからログをクラッシュする必要があります - そして、あなたはそれを入手するためにここで読むことができます:http://stackoverflow.com/questions/3844482/iphone-how-to-get-crash-log-from-customers – dtuckernet

答えて

2

iPhoneでは、前回のアプリケーション実行のプロセスがまだアクティブでした。問題を解決するには、再起動が必要です。