Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Eclipse
- 한글
- MySQL
- iphone
- jsp
- ios
- spring
- Android
- XML
- C#
- jQuery
- Tomcat
- Memory
- udp
- Database
- java
- UIWebView
- permgen space
- encoding
- Objective C
- 메모리
- HTML
- 티스토리 초대
- WebView
- 이클립스
- 톰켓
- JavaScript
- 인코딩
- 티스토리 초대장
- ipad
Archives
- Today
- Total
suroMind
[iPhone] Lib Warning Finle not Found 본문
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
로 옮겨 주면 위에 두 워닝은 해결 된다
'IT분야 > iOS' 카테고리의 다른 글
[iPhone] 네트워크 연결 상태 체크 (0) | 2011.03.24 |
---|---|
[iPhone]JSON 사용하기 (2) | 2011.03.24 |
[iPhone]UIWebView에서 User-Agent 변경 (0) | 2011.03.24 |
[iPhone]Objective-C ~ Java AES 암호화 (6) | 2011.03.24 |
[iPhone] Xcode 개발툴 및 iPhone SDK 삭제 (0) | 2011.03.18 |
Comments