下载完最新版的Xcode 4.5后又遇到了麻烦。
我们使用 CoreLocation 库,但是当我们尝试构建项目时它失败了,因为发现了下一个错误:
解析问题:"Expected ';' after method prototype" at CLLocationManager.h
在这种方法中:
- (void)allowDeferredLocationUpdatesUntilTraveled:(CLLocationDistance)distance
timeout:(NSTimeInterval)timeout __OSX_AVAILABLE_STARTING(__MAC_NA,__IPHONE_6_0);
有什么建议么?