我刚刚从
http://www.xiph.org/downloads/下载了libogg(http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz),我现在正在尝试编译该包中提供的Ogg.xcodeproj项目.当我尝试构建时,我收到以下错误:
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中打开项目并尝试构建.我根本没有对项目文件进行任何更改.
任何人都可以指向我的解决方案,以使其编译?
解决方法
@H_502_46@