• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Why isn't this delegate protocol being seen?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Why isn't this delegate protocol being seen? (From: G S <email@hidden>)

  • Prev by Date: Why isn't this delegate protocol being seen?
  • Next by Date: Re: Why isn't this delegate protocol being seen?
  • Previous by thread: Why isn't this delegate protocol being seen?
  • Next by thread: Re: Why isn't this delegate protocol being seen?
  • Index(es):
    • Date
    • Thread