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 Options中设置compiler for c/c++。。as LLVM

时间: 2024-07-30 00:30:54

iOS Xcode cannot run using the selected device.的相关文章

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

IOS Xcode 无法识别IOS device 突然发生的

今天 我用真机mini好好地 ,再想测试一下iphone 4  发生了意外 两个测试机都找不到设备了 但是 都在充电 还能连接 itune !!!! 我郁闷了 解决办法 是 Mac iTunes 重新更新  据说 itunes 有时候会犯病 影响Xcode  所以 得卸载 重新装 .然后就好使了. 心得:使用测试机 要正常插入 点击iTunes退出机器 . IOS Xcode 无法识别IOS device 突然发生的,布布扣,bubuko.com

[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 下面对应工程的文件

Error: Selected device is not a touchscreen I understand

selected device is not a touchscreen I understand arm交叉编译工具中的头文件库中的linux/input.h中的EV_VERSION定义为 #define EV_VERSION 0x010000 而linux内核include/linux/input.h中的EV_VERSION定义为 #define EV_VERSION 0x010001 由此可见问题就出现在内核的输入子系统的版本号不匹配的问题 解决办法:     1.将内核源代码里的incl

ios xcode如何修改应用的名称

ios xcode如何修改应用的名称 当你创建一个project时,会要求你输入product name & company identifier,这两个property的值should和你在apple developer member center的"Provisioning Portal"的"App IDs"里创建的bundle identifier (NOT App ID)匹配!如果不匹配的话,push notification feature和clo

移植tslib库出现selected device is not a touchscreen I understand

总结一下这次移植tslib库遇到的问题和解决思路方法. 问题一.selected device is not a touchscreen I understand 解决方法: 查看tslib库的原理,在plugins/input-raw.c里找到这句话所在的地方 if (! ((ioctl(ts->fd, EVIOCGVERSION, &version) >= 0) && (version == EV_VERSION) && (ioctl(ts->

ios Xcode编译错误

[BEROR]CodeSign error: code signing is requiredfor product type 'Application' in SDK 'iOS 7.1' xcode编译出现这个错误,我的做法是,附图 ios Xcode编译错误

iOS Xcode及模拟器SDK下载

原文: Xcode及模拟器SDK下载 如果你嫌在 App Store 下载 Xcode 太慢,你也可以选择从网络上下载: Xcode下载(Beta版打的包是不能提交到App Store上的) 绝对官方源!!!绝对官方源!!!绝对官方源!!!   不能确定自己的 Xcode 是否有问题?简单的一条命令就能验证! 在终端输入 spctl 命令,并带上安装的 Xcode 的路径: [ruby] view plain copy print? spctl --assess --verbose /Appli

6410 selected device is not a touchscreen I understand

之前移植了6410后,就没有测试过,今天编写程序烧进去后运行才发现触摸屏不起作用. 于是试了下系统里tslib的bin文件夹下的命令: ./ts_caliberate 结果总是报错:selected device is not a touchscreen I understand 先去飞凌的官方论坛逛了一圈,好多人有这个问题,但没一个解决办法有效. 先用cat命令试了下几个event, cat /dev/input/event0 发现当用event2的时候,触摸屏幕,在串口终端会输出乱码,说明e