//在使用CLLocationManager 时有的时候发现delegate 不调用
可能原因是
没有在info.plist里面添加
在info.plist 点+号 然后输入以下其中一个 取决于设置的访问位置信息的权限
requestWhenInuseAuthorization
requestAlwaysAuthorization
//app 前台定位需要获取用户权限说明
//NSLocationWhenInUseUsageDescription
//NSLocationAlwaysUsageDescription
还有可能是添加的时候写错了