博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
.iOS APP Project or Mac APP Project编译错误提示: My Mac 64-bit is not valid for Running the scheme...
阅读量:6914 次
发布时间:2019-06-27

本文共 831 字,大约阅读时间需要 2 分钟。

1. iOS APP Project or  Mac APP Project编译错误提示:

“The run destination My Mac 64-bit is not valid for Running the scheme '***'.
The scheme '***' 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.“
2.  问题原因:
工程设定的SDK Version和PC上安装的Xcode对应的Mac or iOS SDK Version不一致。
3. 解决办法:
Solution,to change the Base SDK Version:
1) Click on the project icon in the left hand panel.
2) In the right hand panel that appears, select Build Settings » all.
3) You'll see the option to change the "Base SDK". Architectures » Base SDK.
4) change Base SDK option to your project corresponding SDK version, OS X SDKs or iOS SDKs.  eg: OS X 10.8 or iOS 6.0.

 

project---->target--->Build Settings-->Base SDK--> 选择对应sdk, osx或是ios

转载地址:http://bticl.baihongyu.com/

你可能感兴趣的文章
Java_Utils框架
查看>>
java selenium (六) XPath 定位
查看>>
Java加密算法(八)——数字证书
查看>>
Storm消息容错机制(ack-fail机制)
查看>>
Linux入门
查看>>
Linux 文件与目录结构
查看>>
mysql数据库主从配置的几种方式
查看>>
异或运算的作用
查看>>
web安全测试---AppScan扫描工具
查看>>
分析一个C语言程序生成的汇编代码-《Linux内核分析》Week1作业
查看>>
JavaScript数组操作方法集合(2)
查看>>
android Android SDK Manager遇到的问题
查看>>
RadioButton与监听
查看>>
Android开发技术周报183学习记录
查看>>
移位运算符
查看>>
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
查看>>
lamp环境安装
查看>>
springboot shiro配置
查看>>
Function
查看>>
Tomcat意外宕机分析
查看>>