방금 http://www.xiph.org/downloads/ (http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz)에서 libogg를 다운로드했습니다. 이제 libogg를 컴파일하려고합니다. 해당 패키지에 제공된 Ogg.xcodeproj 프로젝트 내가 대신 프레임 워크의 정적 라이브러리 구축하려고하면Xcode 4를 사용하여 libogg 컴파일
The run destination My Mac 64-bit is not valid for Running the scheme 'Ogg'.
The scheme 'Ogg' contains no buildables that can be built for the SDKs supported by the run destination My Mac 64-bit. Make sure your targets all specify SDKs that are supported by this version of Xcode.
나는 비슷한 오류 : 다시
The run destination My Mac 64-bit is not valid for Running the scheme 'libogg (static)'.
The scheme 'libogg (static)' contains no buildables that can be built for the SDKs supported by the run destination My Mac 64-bit. Make sure your targets all specify SDKs that are supported by this version of Xcode.
을이 그냥 개방되고, 내가 구축 할 때, 나는 다음과 같은 오류가 발생합니다 처음으로 Xcode 4.3.2에서 프로젝트를 만들고 빌드하려고 시도했습니다. 나는 프로젝트 파일을 전혀 변경하지 않았다.
누구나 솔루션 방향으로 컴파일 할 수 있습니까?