Xcode 4 Iphone Error : putpkt: write failed: Broken pipe.

2011. 4. 14. 11:26OS/iOS

음냥... 어처구니 없는 경우가 발생했다.
잘 실행되던 프로그램이 엉뚱한 에러를 토해내며.. 실행이 안되는 것이다.

Simulator 에서는 잘되는데.. 기기에서는 안된다는;;

위와 같은 메세지가 나타나는...

결국 구글링을 통해 아래와 같은 답변을 찾긴 했지만...
정답은 아이폰을 껐다 켜라!!! 였다;;
흐미..

If you get the error message ” putpkt: write failed: Broken pipe.” while compiling your iphone or ipad device, try doing this to resolve the issue.

a) quit Xcode (and the GDB it is running)
b) unplug device
c) delete app from device (hold icon until the ‘X’ appears)
d) turn off device
e) turn on device
f) plug in device (if itunes wants to sync, let it finish)
g) launch Xcode

It will clean your memory and give you a clean slate so Xcode can load your device with the latest build.