gdb stack trace at 'putpkt: write failed' 해결방법
Dev/iOS 2011. 11. 11. 10:10http://ivis.cwnu.ac.kr/tc/dongupak/109
중요내용)
1. XCode를 완전하게 종료한다(I shutdown XCode completely).
2. 아이폰 디바이스에서 앱을 제거한다(Delete the app from the iPhone)
3. 아이폰을 셧다운한다-가운데 버튼과 위쪽 버튼을 2-3초간 누름(Shutdown the iPhone)
4. 아이폰을 켠다. 3과 동일한 방법(Restart the iPhone)
5. 맥과 아이폰을 연결한다(Plugged it in)
6. Xcode를 실행하고 디바이스에서 수행시킨다(Starte Xcode and ran debugger on device)
7. 잘 작동한다(Works!)
중요내용)
1. XCode를 완전하게 종료한다(I shutdown XCode completely).
2. 아이폰 디바이스에서 앱을 제거한다(Delete the app from the iPhone)
3. 아이폰을 셧다운한다-가운데 버튼과 위쪽 버튼을 2-3초간 누름(Shutdown the iPhone)
4. 아이폰을 켠다. 3과 동일한 방법(Restart the iPhone)
5. 맥과 아이폰을 연결한다(Plugged it in)
6. Xcode를 실행하고 디바이스에서 수행시킨다(Starte Xcode and ran debugger on device)
7. 잘 작동한다(Works!)
'Dev > iOS' 카테고리의 다른 글
ARC (Automatic Reference Counting) (0) | 2011.11.21 |
---|---|
sqlite3 관련 라이브러리 추가시 경고 및 에러 발생시. (0) | 2011.11.11 |
NSLog 함수 이름 관련 매크로. (0) | 2011.11.04 |
UIWebView 관련. (0) | 2011.11.01 |
UILabel 관련 내용. (0) | 2011.11.01 |