当前位置: 代码迷 >> Iphone >> iPhone - 常见异常的解决办法
  详细解决方案

iPhone - 常见异常的解决办法

热度:48   发布时间:2016-04-25 06:24:11.0
iPhone - 常见错误的解决方法

1、从网上下载一个程序,在编译时出现下面的错误:

The run destination My Mac 64-bit is not valid for Running the scheme 'MyTest'.

The scheme 'MyTest' 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.
解决方法是:在Build Setting中,将Base SDK,全部修改成iOS 5.1

如下图所示:


  相关解决方案