최신버전의 xcode 에서 iPod 2세대로 테스트를 하려고 하니 실행자체가 되지 않았다.

개발자 등록 및 기기등록은 정상적으로 완료 된 상황이다.

등록된 기기의 console 상에 다음과 같은 메세지가 나왔다.


<Notice>: Could not receive size of message

<Error>:2ffea000 handle_connection: Could not receive USB message #6 from Xcode. Killing connection


원인은 구버전은 armv6 인데 armv7 로 설정이 되어있기때문이다.

다음과 같이 해결하면 된다.


1. Targets - Build Settings - Architectures - Architectures 에 "armv6" 추가

2. <ProjectName>-Info.plist 파일 - Required device capabilities 에서 "armv7" 제거


'Mobile' 카테고리의 다른 글

Hex Color Picker  (0) 2012.07.05
[xcode] Symbolic breakpoints  (0) 2012.04.28
[git] git 로 소스 받기  (0) 2012.03.27
[Mac] 런치패드 (LaunchPad) 아이콘 삭제  (0) 2012.03.15
[MAC] USB 인식 불가  (0) 2012.02.17

+ Recent posts