部署到设备时,带有iOS 4.2的xcode 3.2.5崩溃

时间:2023-01-23 14:50:28

I've updated for xcode 3.2.5 and iOS 4.2 but now everytime I deploy to device (ipod touch 2nd generation with iOS 4.1 installed) it crashes the ipod and forces it to restart.

我已经更新了xcode 3.2.5和iOS 4.2,但现在我每次部署到设备(安装了iOS 4.1的ipod touch第二代)它都会崩溃ipod并迫使它重新启动。

then it restarts the device and I can go open the application regularly through its icon.

然后它重新启动设备,我可以通过它的图标定期打开应用程序。

but the real pain here is that everytime I deploy to the device I have to wait for it to crash, restart the device which takes ages and them open the app by clicking on its icon.

但真正的痛苦在于,每次我部署到设备时我都要等待它崩溃,重新启动需要很长时间的设备,然后通过点击它的图标打开应用程序。

I've already changed the target sdk to be less or equal then 3.0, hence the app working after a restart as it should.

我已经将目标sdk更改为小于或等于3.0,因此应用程序在重启后应该正常工作。

Anyone could help me with the reason for crashing the device?

任何人都可以帮助我解决设备崩溃的原因?

Thanks in advance

提前致谢

1 个解决方案

#1


0  

There are plenty of issues with Jailbroken devices at 4.2.1; from Xcode not collecting the Symbols for 4.2.1 from the device, to issues with dylib's loading at debug time. Many debugging facilities won't run on a jailbroken device either. Check to see if you've booted in tethered mode in redsn0w, develop on a different device temporarily, or downgrade to 4.1/4.0.1.

4.2.1中的越狱设备存在很多问题;来自Xcode没有从设备收集4.2.1的符号,以及在调试时加载dylib的问题。许多调试工具也不会在越狱设备上运行。检查你是否在redsn0w中以系留模式启动,暂时在另一台设备上开发,或降级到4.1 / 4.0.1。

#1


0  

There are plenty of issues with Jailbroken devices at 4.2.1; from Xcode not collecting the Symbols for 4.2.1 from the device, to issues with dylib's loading at debug time. Many debugging facilities won't run on a jailbroken device either. Check to see if you've booted in tethered mode in redsn0w, develop on a different device temporarily, or downgrade to 4.1/4.0.1.

4.2.1中的越狱设备存在很多问题;来自Xcode没有从设备收集4.2.1的符号,以及在调试时加载dylib的问题。许多调试工具也不会在越狱设备上运行。检查你是否在redsn0w中以系留模式启动,暂时在另一台设备上开发,或降级到4.1 / 4.0.1。