我一直在尝试使用新的开发人员帐户为 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 个月前)曾使用此设备进行开发,没有任何问题。
我的设置是这样的:
设备: iPod touch 第 4 代(越狱),版本 5.0.1
基础 SDK:5.1
部署目标:5.0
Xcode:4.4.1