[ios] Xcode cannot run using the selected device
Xcode cannot run using the selected device" Error 해결방법
Sample Code 를 다운받아 빌드하는 도중 아래와 같은 문제가 발생함.
Error 중 다음과 같은 에러가 존재..
"Xcode cannot run using the selected device."
"Choose a destination with a supported architecture in order to run on this device"
해결방법으로
1. 최저 Compile target Version 이 현재 Target Version 보다 높게 설정되어 있는 경우,
2. Build Settings 의 Valid Architectures 가 잘못 설정되어 있는 경우 위와 같은 에러가 발생할 수 있다고 함.
3. Build Options 의 Compiler for C/C++/Objective-C Default compile (Apple LLVM 5.0) Setting 을 함으로 해결
-
GPL, AGPL, MPL,.. 한눈에 보는 오픈소스SW 라이선스
-
[js] 좋은 강연자료 & UI 자료
-
'2014 모바일 개발 트렌드' 발표자료입니다.
-
[ios] iOS 8 개발자가 우선 알아야 할 3가지
-
[js] jQuery 셀 병합
-
IoT가 만드는 미래와 플랫폼 경쟁력
-
SVN(Subversion) 설치와 설정 (sasl 인증 적용 포함)
-
[linux] yum 업데이트 시 커널 제외하기
-
[ios] Xcode cannot run using the selected device
-
[ios] Objective-C 에서 자주 사용하는 수학 함수와 유용한 Define
-
[ios] 카테고리 확장 메소드를 찾지 못하는 경우
-
[ios] @property의 속성 (strong, weak, copy) 사용 경우