Why isn't this delegate protocol being seen?
Why isn't this delegate protocol being seen?
- Subject: Why isn't this delegate protocol being seen?
- From: G S <email@hidden>
- Date: Sun, 3 Oct 2010 22:11:29 -0700
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 (email@hidden)
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:
This email sent to email@hidden