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

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

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

转载于:https://www.cnblogs.com/cocoajin/archive/2013/06/03/3116118.html

你可能感兴趣的文章
乐视mysql面试题
查看>>
常用文件扩展名
查看>>
如何让Linux定时任务crond以秒为单位执行(如每隔3秒)
查看>>
二叉树的构造
查看>>
linux中线程池【转】
查看>>
php通过字符串生存hashCode
查看>>
SQL Server memory – Internals
查看>>
$.ajax和$.post的区别(前者根据key-value/后者根据形参)
查看>>
Node.js SDK与fabric链码交互开发
查看>>
vue - index.html
查看>>
神经网络优化(二) - 激活函数和损失函数
查看>>
传const引用代替传值
查看>>
android 传感器使用 Compass指南针的实现功能
查看>>
以不同用户身份运行程序
查看>>
autoblog ---a wordpress scribe rss content plugin
查看>>
Activity启动模式联想到多进程相关的一些东西
查看>>
这样录抖音,不信你不火
查看>>
Javascript+H5实现打小地鼠游戏
查看>>
git stash 怎么用?
查看>>
阿里P7架构师精解Mybatis源码,浅论程序员的修身之道
查看>>