如何找出设备坐标
Posted
技术标签:
【中文标题】如何找出设备坐标【英文标题】:How to find out the device Coordinates 【发布时间】:2011-08-09 15:04:47 【问题描述】:各位朋友,我是新的 iPhone 开发者。如何使用 GPS 地图找出设备坐标。我试过这个委托方法
- (void)locationManager:(CLLocationManager *)manager
didUpdateToLocation:(CLLocation *)newLocation
fromLocation:(CLLocation *)oldLocation;
- (void)locationUpdate:(CLLocation *)location
locationLabel.text = [location description];
NSLog(@"the locationLabel.text %@",locationLabel.text);
但是错误是设备坐标正在与模拟器一起成功但是设备不工作这种错误来了是什么原因请帮助我
用于签署可执行文件的标识不再有效。
请确认您的设备时钟设置正确,并且您的签名证书未过期。(0XE8008018)。
【问题讨论】:
【参考方案1】:只有在您没有 iPhone 开发者证书的情况下,您才可以在模拟器上调试它。检查 xcode 的左角,您选择的是模拟器而不是设备。
【讨论】:
以上是关于如何找出设备坐标的主要内容,如果未能解决你的问题,请参考以下文章