【发布时间】: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)。
【问题讨论】:
标签: ios4 core-location