2011-03-25 6 views
2

이 경고 이후에 xcode4가 중지되고 디버깅을 계속할 수 없습니다.XCode4 디버깅 문제 - libXcodeDebuggerSupport로 UUID 불일치가 감지되었습니다.

경고 :로드 라이브러리를 감지 UUID 불일치 - 디스크는 다음과 같습니다 /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3 (8F190) /Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib

  1. 제거 /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3 (8F190)/분리 플러그 아이폰 (이 방법은 불행하게도 libXcodeDebuggerSupport.dylib을 복원하지 않는 문자를 다시로드 : 웹에 인터넷 검색을 나는 실패 많은 해결 방법을 시도)
  2. 완전히 uninst 모든 개발 도구는
  3. DeviceSupport에서/4.3 (8F190) /DeveloperDiskImage.dmg
  4. M의 $ 접근 방식을 기호를 복원 재건/
  5. 깨끗한 프로젝트의

없음 (일명 컴퓨터 및/또는 엑스 코드를 다시 부팅) 기본적으로 모든 제안은 "UUID mismatch detected with the loaded library"으로 읽혀 저를 위해 일했습니다.

정말 감사드립니다.

답변

0

xphone 4.0.2를 사용하여 내 iPhone 3G (4.2.1, JB)에서이 문제가 발생했습니다. 또한 내 전화가 JB 이었기 때문에 인터넷의 솔루션은별로 도움이되지 못했습니다.

불일치 된 UUID에 대한 오류를 표시하고 너무 많은 UUID 중 일부에 도달하면 중단되었습니다. 그들은 내가 강제 짐승 될 때까지 이름을 바꾼 모든 파일 팝업으로 단순히 이름이 바뀌 어떤 파일 그들은 내가 찾고 있던 경로에 따라 :

AudioToolbox 

에 :

warning: UUID mismatch detected with the loaded library - on disk is: 
/Developer4.0.2/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 
(8C148)/Symbols/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 

을 그래서 난에서 파일을 이름을 변경

AudioToolbox__ 

그런 다음 오류 :

warning: Unable to read symbols for 
/Developer4.0.2/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 
(8C148)/Symbols/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 
(file not found). 

이것이 궁극적으로 어떻게 될지 모르지만 xcode 4.0.2에서 JB iPhone 3G (4.2.1)에서 디버깅 할 수 있습니다.