ios xcode cannot run using the selected device

发布时间:2020-09-28 09:25:45 作者:midWander
来源:网络 阅读:627

xcode4.2 在运行是系统提示:ios xcode cannot run using the selected device

map程序,在viewDidLoad方法中直接赋值经纬度:

BMKCoordinateRegion region;
region.center.latitude = 45.58008;
region.center.longtude = xxxxx;
region.span.latitudeDelta = 0.2;
region.span.longitudeDelta = 0.2;
if(_mapView){
    _mapView.region = region;
    //NSLog(@"%f,%f",);
}



选中工程修改:summary->Deployment Target->4.3(默认为5.0)

修改后运行不再出现上面的提示。

推荐阅读:
  1. iOS 真机调试包集合,包含 iOS 12.2,不断更新
  2. Webrtc的iOS框架编译

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

程序 cannot selected

上一篇:微服务容错限流Hystrix入门

下一篇:文本溢出插件jquery.dotdotdot.js使用方法详解

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》