[ISSUE]cannot run on the selected destination

mac 10.7  xcode 4.6.3

编译cocos2d-x 3.x 的HelloCpp 的时候,出现如上问题

原来越遇到过,一直不知道是什么情况引起的,把它作为xcode的莫名其妙的bug

一些解决方法,一切以试为主:

1. 修改bundle name, 或者修改product name, 或者修改info-list name

2. 关闭xcode,模拟器,删除 /User/[Your name]/Library/Developer/Xcode/DerivedData 下面对应工程的文件夹

3. 复制一个 Target, 用这个复制的Target

目前遇到的情况,通过上面的方法基本都解决了

[ISSUE]cannot run on the selected destination

时间: 2024-10-12 11:10:23

[ISSUE]cannot run on the selected destination的相关文章

iOS Xcode cannot run using the selected device.

前几天我也写过一个类似的帖子iOS 编译正常,但无法运行到真机和模拟器上,Choose a destination with a supported architecture in order to run on this device. ,怎么解决找不到模拟器的问题,但是我今天遇到了同样的问题发现无法解决 于是又有了新的解决办法 1. 设置Valid Architectures : armv7,armv7s 2. Project ---> Build Settings ---> Build

Xcode编译时出现cannot run using the selected device提示

很多文章说这个管用: 1) Project->Info->Deployment Target->iOS Deployment Target更改为<=设备的版本号; 2) Target->Summary->iOS Application Target->Deployment Target更改<=设备的版本号; 但是我的机器上不管用. 下面这个在我的机器上面可行: Project ---> Build Settings ---> Build Opti

【恢复】Redo日志文件丢失的恢复

第一章 Redo文件丢失的恢复 1.1  online redolog file 丢失 联机Redo日志是Oracle数据库中比较核心的文件,当Redo日志文件异常之后,数据库就无法正常启动,而且有丢失据的风险,强烈建议在条件允许的情况下,对Redo日志进行多路镜像.需要注意的是,RMAN不能备份联机Redo日志文件.所以,联机Redo日志一旦出现故障,则只能进行清除日志了.清除日志文件即表明可以重用该文件. 1.1.1  数据库归档/非归档模式下inactive redo异常ORA-00316

activemq分析(一)启动流程

activemq 启动是非常简单的. 如 1.从二进制发布包启动 On Windows: cd [activemq_install_dir] bin\activemq start 2.从源码方式启动 Main class    :    org.apache.activemq.console.Main arguments    :    start xbean:activemq2.xml 其中activemq2.xml内容一个最简单的配置文件 <beans   xmlns="http://

iOS开发---- 开发错误汇总及解决方法

本文转载至 http://blog.csdn.net/shenjx1225/article/details/8561695 一.今天调试程序的时候,出现了一个崩溃,信息如下: 2013-02-01 09:05:23.929 SD4iPhone[627:c07] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid update: invalid numb

restore archivelog 的用法

1.备份所有归档日志文件 RMAN> backup archivelog all delete input; 第二: restore archivelog 的各种选项 0.根据rac线程restore archivelog from logseq 6160 thread 2; 1.restore archivelog all  恢复全部归档日志文件 RMAN> restore archivelog all; 2.只恢复 5到8这四个归档日志文件 RMAN> restore archive

Query runs slow via .NET

Slow in the Application, Fast in SSMS?Understanding Performance Mysteries An SQL text by Erland Sommarskog, SQL Server MVP. Last revision: 2013-08-30.This article is also available in Russian, translated by Dima Piliugin. Introduction When I read var

activemq重启

172.16.10.72 activemq /home/local/apache-activemq-5.10.0/bin/activemq-admin stop /home/local/apache-activemq-5.10.0/bin/activemq-admin start Usage: Main [--extdir <dir>] [task] [task-options] [task data] Tasks: browse - Display selected messages in

Xcode 安装sdk问题

vm虚拟机 安装OX 10.10系统 搭载 Xcode6.2 在UI界面学习时候老出现找不到模拟器 模拟器就是SDK 我下载 iOS 7.1.simruntime 解压后 发现无法拖进虚拟机 .共享开启后 还是无法拖进xcode指定目录 需要获取OX 的 system权限 sudo -s 然后直接输入密码 在拍回车就可以了 新的 Xcode 并不会识别 SDKs 目录下的模拟器,我经过一些尝试以后,发现要放在这个目录下: /Library/Developer/CoreSimulator/Prof