I get the following error warning:
Passing 'MyCLController *__strong' to parameter of incompatible type 'id<CLLocationManagerDelegate>'
… on this line:
self.locationManager.delegate = self;
If I remove the line the whole location update process fails. So it is import but also includes an error.
The location updates work smoothly but I have no clue how to get rid of this message …
Must have something to do with the “new” Xcode 4 …
Any ideas?
Thank you!
You need to include the delegate protocol in your interface definition: