次のコードを使用しています: 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'