0
に私のアプリを実行することはできません。私は私が持っている私の古いiPhoneは2G
- iPhone 2GをiOSの3.1.3でそれに、
- XCodeの4.2 はそれで実行されています。
- 私のプロビジョニングファイルはすべてokです。実際には、「iPhoneでFinished Running XXXX」をクリックすると実際にはエラーが表示されません。ビルド設定で
Required device capabilities Array (1 item) Item 0 String arm6
:私の-info.plistファイルで
-
Architectures => arm6 Base SDK => Latest iOS (iOS 5.0) Valid Architectures => arm6 iOS Deployment Target => iOS 3.1
は今、私は見ています何主催> iPhone>コンソール上で、私が持っているということですこれらの奇妙な
(少なくとも私は
彼は "実行中の"アプリケーションを保ちながら)メッセージ:
Fri Jan 27 12:52:03 unknown com.ikey.bbot[3685] <Notice>: No matching processes
were found
Fri Jan 27 12:52:03 unknown com.ikey.bbot[3685] <Notice>: cp:
Fri Jan 27 12:52:03 unknown com.ikey.bbot[3685] <Notice>: cannot stat
/var/log/youcanbeclosertogod.jpg
Fri Jan 27 12:52:03 unknown com.ikey.bbot[3685] <Notice>: : No such file or directory
Fri Jan 27 12:52:04 unknown ReportCrash[3693] <Notice>: Formulating crash report for
process poc-bbot[3685]
Fri Jan 27 12:52:04 unknown com.apple.launchd[1] <Warning>: (com.ikey.bbot) Job
appears to have crashed: Bus error
Fri Jan 27 12:52:04 unknown ReportCrash[3693] <Error>: Saved crashreport to
/Library/Logs/CrashReporter/poc-bbot_2012-01-27-125203_iPhone.plist using uid: 0
gid: 0, synthetic_euid: 0 egid: 0
iPhoneでは何も起こりません。
(com.ikey.bbot)ジョブ がクラッシュしたようです:バスエラー< - これは、メモリ管理機能を使用していないことを意味します。バスエラーはセグメンテーションエラーのようなものです:http://en.wikipedia.org/wiki/Segmentation_fault –