English 中文(简体)
如何用Xcode 4.0.2对SOS 5装置的坠毁进行ug?
原标题:How to debug a crash on an iOS 5 device with Xcode 4.0.2?

我刚刚向仓库释放了我的第一手。

I ve 正在用Xcode 4.0.2与OS 4.2.1装置开发对应器。 由于我的装置是第2个基因组,因此我可以把第5条带上来,因此我可以使用X代码4.1,这也意味着我能够用我的X编码版本建造第5个仪器。

我的朋友们拥有一个3GSOMS,5号机刚刚下载,而其中的一个具体部分在被窃(aaah!)时坠毁。

I ve just looked at his crash logs and they just show EXC_CRASH(SIGBART) - with nothing that can really help me determine the cause of the error.

我认为,他的装置是为了获得运行时间坠毁的标志(这表明了实际的代码级例外),但我认识到,我可以 t,因为使用X代码4.0.2的Im。

我可以提升我的X条码版本,因为当时我已经获得对装置的测试。

我能做些什么?

最佳回答

目前的X条码版本是4.2条,它确实支持将装置分解为4.2.1,因为我使用一个老的3G,而4.2.1用于分解。

在Xcode 4.2中,优惠窗口中有一个新的章节说“自载”。 从这张表格中,你可以下载其他包裹,其中之一是支持与甚至老的SiOS装置脱钩。

问题回答

您可在另一个开发商夹中安装第二版X代码,然后在模拟器中使用最新的X编码。 关于如何在此安装多个X密码:

rel=“nofollow” http://useyourloaf.com/blog/ 20109/7/installing-multiple-xcode-versions.html

如果你可以在模拟器中复制,我建议借用他的装置(现在仍然需要安装最新的X码)。





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签