2010-12-28 9 views
0

저는 일하고있는 iPhone 응용 프로그램을 가지고 있으며 최근에 내 XCode 버전을 업그레이드했습니다. 업그레이드 이후로, 나는 구축 할 수와 잘 아이폰 시뮬레이터에서 디버그,하지만 난 다음 메시지 얻을 연결된 장치에 디버깅 할 때 : Xcode4에서iPhone 디버거 메시지 - 이상한

:

GNU gdb 6.3.50-20050815 (Apple version gdb-1510) (Fri Oct 22 04:12:10 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 "--host=i386-apple-darwin --target=arm-apple-darwin".tty /dev/ttys001 
sharedlibrary apply-load-rules all 
warning: Unable to read symbols from "dyld" (prefix __dyld_) (not yet mapped into memory). 
warning: Unable to read symbols for (null)/Library/Frameworks/MessageUI.framework/MessageUI (file not found). 
warning: Unable to read symbols from "MessageUI" (not yet mapped into memory). 
warning: Unable to read symbols for (null)/Library/Frameworks/MapKit.framework/MapKit (file not found). 
warning: Unable to read symbols from "MapKit" (not yet mapped into memory). 
warning: Unable to read symbols from "Foundation" (not yet mapped into memory). 
warning: Unable to read symbols for (null)/Library/Frameworks/UIKit.framework/UIKit (file not found). 
warning: Unable to read symbols from "UIKit" (not yet mapped into memory). 
warning: Unable to read symbols for (null)/Library/Frameworks/CoreGraphics.framework/CoreGraphics (file not found). 
warning: Unable to read symbols from "CoreGraphics" (not yet mapped into memory). 
warning: Unable to read symbols from "CoreData" (not yet mapped into memory). 
warning: Unable to read symbols from "QuartzCore" (not yet mapped into memory). 
warning: Unable to read symbols from "libgcc_s.1.dylib" (not yet mapped into memory). 
warning: Unable to read symbols from "libSystem.B.dylib" (not yet mapped into memory). 
warning: Unable to read symbols from "libobjc.A.dylib" (not yet mapped into memory). 
warning: Unable to read symbols from "CoreFoundation" (not yet mapped into memory). 
target remote-mobile /tmp/.XcodeGDBRemote-3836-28 
Switching to remote-macosx protocol 
mem 0x1000 0x3fffffff cache 
mem 0x40000000 0xffffffff none 
mem 0x00000000 0x0fff none 
[Switching to thread 11523] 
[Switching to thread 11523] 
gdb stack crawl at point of internal error: 
0 gdb-arm-apple-darwin    0x0013216e internal_vproblem + 316 
+0

기기에 설치된 iOS 버전은 무엇입니까? 또한 XCode 4는 안정적이지 않고 아마도 장치 내 테스트를위한 것이 아닙니다. 어느 쪽이든, 장치에서 테스트하기 위해 베타 소프트웨어를 사용할 때 이상한 오류가 예상됩니다. – mrueg

+0

Xcode 3에서도 똑같은 일이 발생합니다. 4.2.1이 전화기에 설치되어 있습니다. –

답변

1

의 모습을 프레임 워크 라이브러리에 연결하는 중 문제가 발생했습니다. 참조를 시도하고 제거한 다음 다시 링크하십시오. 참고로 - 다른 문제를 일으킬 수 있으므로 프로젝트에 복사하지 마십시오.