2

私は新しい開発者アカウントで iPhone 開発用に新しいマシンをセットアップしようとしてきましたが、デバイスでビルド/デバッグするときに完全な壁にぶつかりました。公式の手順をすべて実行して、証明書とプロファイルをすべてセットアップしました。そして、すべてが順調に進んでいるように見えます(私の最初のロデオではありません)。

ただし、デバイス上でビルドすると、アプリ (空白のテスト アプリ) はスプラッシュ スクリーンを表示し、すぐに終了します (Xcode 出力なし)。コードに触れることはありません。デバイス コンソールを掘り下げると、次のトレースが得られます。

TestProject[1029] <Notice>: MS:Notice: Installing: com.fadetocode.TestProject [TestProject] (675.00)
TestProject[1029] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/Activator.dylib
TestProject[1029] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/NoAccSplash.dylib
TestProject[1029] <Warning>: MS:Warning: nil class argument
TestProject[1029] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/PhotoAlbumsPlus.dylib
com.apple.launchd[1] <Notice>: (UIKitApplication:com.fadetocode.TestProject[0xc90f]) Bug: launchd_core_logic.c:3730 (25147):3
com.apple.launchd[1] <Notice>: (UIKitApplication:com.fadetocode.TestProject[0xc90f]) Assuming job exited: <rdar://problem/5020256>: 10: No child processes
com.apple.launchd[1] <Warning>: (UIKitApplication:com.fadetocode.TestProject[0xc90f]) Job appears to have crashed: Segmentation fault: 11
com.apple.launchd[1] <Warning>: (UIKitApplication:com.fadetocode.TestProject[0xc90f]) Throttling respawn: Will start in 2147483645 seconds
SpringBoard[860] <Warning>: Application 'TestProject' exited abnormally with signal 11: Segmentation fault: 11
com.apple.debugserver-64[1018] <Warning>: 1 [03fa/1303]: error: ::read ( 4, 0x2ff819d4, 1024 ) => -1 err = Bad file descriptor (0x00000009)

さらに、デバイスでアプリを手動で起動すると、完全に機能します。そして、私は過去にこのデバイスを開発のために(約6か月前に)問題なく使用しました.

したがって、私のセットアップは次のとおりです。

  • デバイス: バージョン 5.0.1 の iPod touch 第 4 世代 (jailbroken)

  • ベース SDK: 5.1

  • 展開対象: 5.0

  • Xcode: 4.4.1

4

0 に答える 0