博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
IOS“The run destination My Mac 64-bit is not valid
阅读量:6407 次
发布时间:2019-06-23

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

hot3.png

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.

转载于:https://my.oschina.net/u/936286/blog/352199

你可能感兴趣的文章
[发布] 电量监视+自动关机工具
查看>>
POJ 1696 Space Ant(极角排序)
查看>>
关于datawindow does not have update capability
查看>>
Win7 64bit 安装Mysql5 出错 无法启动服务。
查看>>
嵌入式 H264参数语法文档: SPS、PPS、IDR以及NALU编码规律
查看>>
Asp.Net MVC 4 Web API 中的安全认证-使用OAuth
查看>>
初识Opserver,StackExchange的监控解决方案
查看>>
FilenameFilter总结
查看>>
Model–View–ViewModel in Silverlight
查看>>
Delphi XE2 之 FireMonkey 入门(19) - TFmxObject 的子类们(表)
查看>>
Gridview行上下移动自己做的一个小例子(第一种方法)
查看>>
异步调用Web服务方法
查看>>
Implementations of interface through Reflection 反射根据继承的信息查找指定的类
查看>>
[翻译]ASP.NET MVC 3 开发的20个秘诀
查看>>
IE10 Platform Preview 2
查看>>
.Net工厂方法模式
查看>>
给大家讲解一下JavaScript与后台Java天衣无缝相结合
查看>>
jQuery EasyUI API 中文文档 - 数据表格(DataGrid)
查看>>
探索HTML5之本地文件系统API - File System API
查看>>
javascript有用代码块(1)
查看>>