XCode 3.2.5에서는 Base SDK 설정이 simulator로 설정이 안돼고, 
Device로만 선택할 수 있따.

왜 없애 버렸는지 알순 없지만... 기본적으로 "Other.."를 통해서 직접 입력할 수가 있다.

Base SDK 를 설정하면 Compiler 옵션으로 SDKROOT=iphoneosx.x 나 SDKROOT=iphonesimulatorx.x이런식으로 들어 간다.
Other를 선택해서 iphoneosx.x 이런식으로 값을 따로 설정 하면 된다.

위와 같이 iphonesimulator라고 써주면, Base SDK를 Simulator로 설정할 수 있다.

iphonesimulator라고만 쓰면 최신의 sdk 이고,
특정버전이 필요 한 경우에는 iphonesimulator4.2 이런식으로 기술 해주면 된다.

+ Recent posts