English 中文(简体)
Jailbroken Pi 3G with 4.2.1 can t debulines with XCode
原标题:Jailbroken iPhone 3G with iOS 4.2.1 can t be debugged with XCode
  • 时间:2010-12-13 19:52:21
  •  标签:
  • iphone
  • xcode

I m试图用XCode 3.2.5和SOS 4.2.1监狱Series 3G来推翻我的申请。

当我开始辩论时,能够打开点,申请可以开始(在Default.png 屏幕上打 st),我获得。 暂时无法使用的数据格式将在数据继续后进行重新计算。 (Can t que dl open function, so it is not possible toload share Library.) information in GDB.

当我开始辩论时,没有,便可提供断点,申请就没有问题。

我试图采取下列步骤:there ,但没有任何结果。

当我使用S 4.1时,有一个问题,即

<>every上,i Organiser链接显示这一信息:

www.un.org Xcode没有“iPhone”装置上的SOS版本的伪造信息。 Xcode能够从装置中收集分解数据,以便与这一版本的OS进行开发。 这一过程只需要每版一次,需要几分钟。

感谢任何帮助!

最佳回答

Jailbroken 3GS, 4.2.1

我尝试马修·弗雷德里克的建议,但没有成功。 谁会找到解决这一问题的办法?


EDIT

Please note that I used a jailbroken 3GS and a non-jailbroken 3GS. Workaround, requires a non-jailbroken iPhone 3GS with 4.2.1 (8C148a):

  1. Delete /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148a)
  2. Connect the non-jailbroken iPhone 3GS with 4.2.1 (8C148a)
  3. Open Xcode and Organizer
  4. Configure the new iPhone for development by clicking the "Use for development" button in the Organizer.
  5. Let it extract the debugging symbols from it recreating /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148a)
  6. Unplug it, remove from Organizer

At this point you can debug your jailbroken iPhone again. Cheers!

问题回答

也许可以通过重新授权你的装置来解决你的问题:

  1. If your iPhone is plugged into the computer, unplug it

  2. 在Xcode中, 显示组织者 (Window->Organizer)

  3. 在<>Devices地区,点击了你的装置和delete,

  4. 例如,Quit Xcode, 之后,re-start

  5. 接着,向组织者开放

  6. Tell Xcode that yes, you d like to authorize the device.

  7. 如果一切工作正确, 现在,Xcode将download Tool information for 4.2.1.

如果这项工作不成功,我建议再次采取步骤,但将第4步改为从你的计算机中删除所有Xcode的痕迹,然后重新安装。 这包括整个开发商。

最近的X条码+K下降并不了解SOS 4.2.1,因为它是在最新拼凑之前发表的。 Xcodes Organizer有一个新特点,试图从该装置中直接下载解冻支助档案,但显然有些(可能与监狱拆解有关的)问题对一些人来说是存在的。

第4.2.1条与第4.2条相似,X代码可以被胁迫使用4.2份支持文件,对4.2.1项装置进行消减。 为此,只读到<代码>/Developer/Platforms/iPhoneOS.platform/DeviceSupport。 <代码>Symbols subrafter and/or the DeveloperDiskImage.*file from 4.2(8C134) to 4.2.1 (8C148)(或无论何种释放夹为你的装置制造)。

为了在每当Pi向XCode报到时,在组织者(事实上没有任何东西)中删除(重新)代号,简单的工作是复制:

发展司

从4.2(8C134)到4.2.1(8C148)的夹。

The XCode will recognize device and you ll be able to debug your code, but without debug symbols for the IOS framework. But, the gdb console will be alive and you can use it do debug your code (with debug symbols).

Btw. 你们总是能够利用模拟仪来全面支持海洋观测系统......

我完全没有Jailbroken这样做,有4.2.1条,完全有同样的信息和问题。 在最新版本的XCode中,它具有新的功能,因此,它可能很麻烦。

除了Fnord的建议外,还有其他建议是,确保PwnageTool的多功能或“可再生功能”不能用于Piter 3G监狱经纪人。

我不敢肯定这是否具有效力。 但是,如果我们真的想要根据PiG 3的实际世界状况来检验它,那就是合理的。





相关问题
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 ...