[转载]   http://blog.csdn.net/duanyipeng/article/details/8007684   编译错误"The run destination My Mac 64-bit is not valid for Running the scheme '***',解决办法  标签: schemexcodeiosbuildos 2012-09-22 16:33 8214人阅读 评论(0) 收藏 举报  分类:   iOS/iPhone(84)  版权声明:本文为博主原创…
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 su…
原文地址:64位Win2008_VS2012使用ODP.NET遭遇问题和解决办法 最近为使用Oracle11G数据库做个快速开发的小程序,使用64位Win2008+Vs2012环境,结果碰壁连环,幸好不算太笨,终于解决了,特记录一下. 测试环境: Oracle11g (11.2.0.3_64bit)安装在64位Win2008上,同机安装Vs2012,C#语言. 在项目引用system.data.oracleclient后,提示:Ms仅在.net framework 4尚支持system.data…
MAC安装MacPorts 卡在"正在运行软件包脚本"的解决办法 点击右上角强制结束掉"安装器" 打开terminal, 输入命令"ps -ef | grep install", 找到遗留进程, kill掉 安装Xcode 输入命令"xcodebuild -license" 并同意 MacPorts卡住是因为在安装过程中安装脚本使用了Rsync更新, 即使翻了墙, 由于Rsync是系统进程, 所以大部分fq软件都不会代理 解决…
Mac版小黑屋提示无法确认开发者身份的解决办法 学习了:https://jingyan.baidu.com/article/37bce2be703fa21003f3a259.html 需要按住control:…
最近使用eclipse进行自动化测试时,遇到一种情况,无法调起浏览器,且有报错,如下: org.openqa.selenium.WebDriverException: failed to lookup address information: nodename nor servname provided, or not known Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z…
使用用户提供的交叉编译工具链编译easydss时遇到一个编译错误 stray '\239' inprogram stray '\187' inprogram stray '\191' inprogram 初看这个错误摸不着头脑,网上的解决方案也是一本正经的胡说八道 那我们来看看239 187 191是什么,也就是EF BB BF 原来是utf-8的BOM,那原因我大概了解了 这个源码的文件格式是带BOM的utf-8,此编译器版本较老不支持 那我们将源码文件做一下转换,转换成无BOM的utf-8…
环境: mac os X 10.9.2 + vmware 6.0.2 + cent OS 6.5 minimal 现象: Booting CentOS (2.6.32-358.e.l6.i686) in 0 seconds... 启动到这里就卡住了 解决办法: 参考这里 https://www.centos.org/forums/viewtopic.php?t=4769 启用时,先按任意键,进到选择菜单 , 按e键 -> 上下选择到 kernel这行 -> 再按e进入编辑模式 -> 等屏…
今天在更新CentOS或者Ubuntu的内核时,执行make menuconfig可能看如这样的错误: *** Unable to find the ncurses libraries or the *** required header files. *** 'make menuconfig' requires the ncurses libraries. *** Install ncurses (ncurses-devel) and try again. 根据错误报告是缺少Ncurses库,…
异常现象: 打开Eclipse,出现 An internal error occurred during: "Initializing Java Tooling". java.lang.NullPointerException 错误弹框: 出现原因: 不合理的关闭eclipse才发生的错误: 解决办法: 删除程序的工作空间下的.project文件 具体路径: workspace\.metadata\.plugins\org.eclipse.core.resources\.project…