Re: Why isn't this delegate protocol being seen?
Re: Why isn't this delegate protocol being seen?
- Subject: Re: Why isn't this delegate protocol being seen?
- From: Roland King <email@hidden>
- Date: Mon, 4 Oct 2010 13:22:38 +0800
Why not just include all of CoreLocation and have you added CoreLocation to your framework list in Xcode.
On Oct 4, 2010, at 13:11, G S <email@hidden> wrote:
> 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
_______________________________________________
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