码迷,mamicode.com
首页 > 移动开发 > 详细

ios8中MapKit问题

时间:2015-06-04 18:50:55      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:

Trying to start MapKit location updates without prompting for location authorization. Must call -[CLLocationManager requestWhenInUseAuthorization] or -[CLLocationManager requestAlwaysAuthorization] first.

 

在Supporting Files下得info.plis里面添加NSLocationAlwaysUsageDescription 和 NSLocationWhenInUseDescription 两个String字段,value可以为空,也可以设置YES,

 

这样就解决了,但是还有说没解决的可能加点下面的:

 

 

 就是info.plist中还需要包含Supported interface orientations 这个Array字段。 

 

ios8中MapKit问题

标签:

原文地址:http://www.cnblogs.com/hanyutong/p/4552562.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!