2011-12-24 5 views
1

Xcode (4.2.1)의 최신 버전을 사용 중이고 파란색으로 표시되어 장치에서 코드를 실행하려고하면 다음과 같은 텍스트가 콘솔에 나타납니다 :Xcode 4.2에서 기호 오류를 읽을 수 없습니다.

warning: Unable to read symbols for /Users/ahanmalhotra/Library/Developer/Xcode/iOS DeviceSupport/5.0.1 (9A405)/Symbols/System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader (file not found). 

warning: No copy of AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader found locally, reading from memory on remote device. This may slow down the debug session. 

warning: Unable to read symbols for /Users/ahanmalhotra/Library/Developer/Xcode/iOS DeviceSupport/5.0.1 (9A405)/Symbols/System/Library/AccessibilityBundles/UIKit.axbundle/UIKit (file not found). 

warning: No copy of UIKit.axbundle/UIKit found locally, reading from memory on remote device. This may slow down the debug session. 

warning: Unable to read symbols for /Users/ahanmalhotra/Library/Developer/Xcode/iOS DeviceSupport/5.0.1 (9A405)/Symbols/System/Library/AccessibilityBundles/TelephonyUIFramework.axbundle/TelephonyUIFramework (file not found). 

warning: No copy of TelephonyUIFramework.axbundle/TelephonyUIFramework found locally, reading from memory on remote device. This may slow down the debug session. 

warning: Unable to read symbols for /Users/ahanmalhotra/Library/Developer/Xcode/iOS DeviceSupport/5.0.1 
(9A405)/Symbols/System/Library/AccessibilityBundles/AXExtraExtras.axbundle/AXExtraExtras (file not found). 

warning: No copy of AXExtraExtras.axbundle/AXExtraExtras found locally, reading from memory on remote device. This may slow down the debug session. 

이 메시지가 나타나면 내 응용 프로그램이 정상적으로 작동하고 작동합니다. iOS 5.0.1을 실행하는 iPhone 4S를 사용하고 있습니다. 내가 확인한 및 "디버그 기호 생성"예로 설정됩니다.

해결 방법이 있습니까?

감사

+0

이 시뮬레이터에서 다른 앱을 실행할 때 비슷한 경고가 표시됩니까? –

+0

@KineticStack, 다른 앱을 실행할 때 같은 경고가 발생합니다. –

+0

참고 : Xcode를 다시 설치했지만 도움이되지 않았습니다. –

답변

2

내가 발견 한 것은 장치에서 접근성을 완전히 꺼야한다는 것입니다. 즉, 설정> 일반> 접근성에서 Triple-Click Home을 포함하여 모든 것이 꺼져 있어야 함을 의미합니다.

0

것은 내가 노력하는 유일한 것은

/Developer/Platforms/iPhoneOS.platform/DeviceSupport/5.0 (9A334)/기호/시스템/

라이브러리에서 누락 된 파일을 복사하는 것이 었습니다 그러나 그런 다음 동일한 라이브러리에 대해 "UUID 불일치가 감지되었습니다"라는 경고가 나타납니다. 그렇게함으로써 많은 이득이 있는지 확신 할 수 없습니다.

관련 문제