Hi all. I'm getting a compiler warning that this delegate protocol isn't defined, when it most certainly is defined in the CLLocationManager.h file that I've included:
#import <UIKit/UIKit.h> #import "CoreLocation/CLLocation.h" #import "CoreLocation/CLLocationManager.h" @interface MyController : UIViewController <CLLocationManagerDelegate> { UITableViewController* tableViewController; CLLocationManager* locationManager; } The message says "no definition of protocol 'CLLocationManagerDelegate' is found". Any ideas? Thanks! _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com