본문 바로가기

보물창고/Programming

아이폰 디바이스 테스트시 에러(dns.so , libXcodeDebuggerSupport.dylib)

반응형




구글링 결과 파일과 폴더를 찾아 옮겨 주는것으로 해결 했습니다



warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/info/dns.so (file not found).




/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk/usr/lib/info/ 

폴더에 있는 dns.so 파일을

/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols 

폴더로 옮겨주고








Program received signal:  “SIGABRT”.

warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).



/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk/Developer 

의 Developer의 폴더를 복사해서


/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols 

로 옮겨 주면 위에 두 워닝은 해결 됩니다






참고 :

http://stackoverflow.com/questions/4284277/libxcodedebuggersupport-dylib-is-missing-in-ios-4-2-1-development-sdk




반응형