首页 > 其他 > 详细

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

时间:2014-10-11 12:53:56      阅读:198      评论:0      收藏:0      [点我收藏+]

很多文章说这个管用:

 1) Project->Info->Deployment Target->iOS Deployment Target更改为<=设备的版本号;
 2) Target->Summary->iOS Application Target->Deployment Target更改<=设备的版本号;

但是我的机器上不管用。

下面这个在我的机器上面可行:

Project ---> Build Settings ---> Build Options中设置compiler for c/c++... 为Default compiler (Apple LLVM 5.1)

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

原文:http://www.cnblogs.com/JayK/p/4018652.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!