我使用的代码来自: http ://www.veasoftware.com/tutorials/2014/6/17/xcode-5-tutorial-ios-7-simple-compass-app 在 Xcode 6 中,我收到以下错误。该应用程序仍在运行,但这个错误真的让我很烦。
self.locationManager.delegate = self;
//Assigning to 'id<CLLocationManagerDelegate>' from incompatible type 'ViewController *const __strong'