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 <stokest...@gmail.com> 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 (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/rols%40rols.org
> 
> This email sent to r...@rols.org
_______________________________________________

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

Reply via email to