English 中文(简体)
B. 在Pimgulator的 de蒸应用过程中的溢出
原标题:Stack Overflow when debugging application in iPhone simulator

每次我试图在模拟者中推翻我的意见时,我都会这样做:

[Session started at 2010-05-11 16:16:52 -0500.]
GNU gdb 6.3.50-20050815 (Apple version gdb-1467) (Wed Apr 21 06:57:21 UTC 2010)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".sharedlibrary apply-load-rules all
Attaching to process 51573.
Program received signal:  “EXC_BAD_ACCESS”.
Data Formatters temporarily unavailable, will re-try after a  continue . (Cannot call into the loader at present, it is locked.)

我审视并发现了几起类似案件,但它们似乎都与失踪案和额外的必要建筑阶段有关。 我不想在此通知一个缺失的档案,因此,我不敢肯定,哪里可以开始确定这一档案,再接手。

感谢任何见解!

EDIT: I have some frameworks showing up in red (and apparently not on my system since I ve installed a new SDK version). I m assuming this is the problem, but I can t seem to find UIKit.framework or CoreGraphics.framework anywhere on my system now.

Edit 2: Went through and found all of the associated frameworks in other locations and changed the framework locations in the project. They re no longer red in Groups & Files but the original problem still persists.

最佳回答

我已经指出: 由于发生坠毁事件,我不得不在以前的SDK版本中安装一个装置,以实施<编码>可调用的CellContentView。 这一新版本显然确定了这一问题,因此,我只得着手执行。

问题回答

http://www.codza.com





相关问题
Eclipse CDT static resources under build folder

I m building a C++ project under Eclipse and my release folder should include a static sub-folder with some files inside it, those are required by executable during runtime. The problem is that this ...

Multiple Output paths for a C# Project file

Can I use multiple output paths. like when i build my project, the exe should generate in two different paths. If so, How can I specify in Project Properties-> Build -> output path? I tried using , ...

Running multiple TeamCity Agents on the same computer?

We have several build machines, each running a single TeamCity build agent. Each machine is very strong, and we d like to run several build agents on the same machine. Is this possible, without using ...

couldnt recognise pom.xml file

i am build forge as build tool. it is executing maven mvn commands fine ,but it couldnt recognizing the maven project pom.xml to run the build.so i tried to execute the same pom.xml through the ...

Cobertura ant script is missing Log4J classes

I tried to get Cobertura running inside my ant script, but I m stuck right at the beginning. When I try to insert the cobertura taskdef I m missing the Log4J libraries. Ant properties & ...

Why not use TFS as a build / CI solution?

Currently our build solution is set up using TFS + MS Build scripts. TFS is also being used as a CI server. I ve seen several posts on this site telling people about other CI solutions. Are there ...

Multiple websites running on same codebase?

We are developing an application that would be offered as a hosted solution. I am struck with understanding how can i use multiple sites with same code without duplicating base code. eg: website 1: ...

热门标签