今天从网上弄了个东东,运行下,出现了
The scheme 'EchoServer' 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
这是因为我下载的工程设定的SDK Version和我电脑上安装的Xcode对应的Mac or iOS SDK Version不一致。
我们可以这样
在build setting中 Architectures 下的Base sdk 选择适合你的sdk版本即可