Re: xCode not finding header files of included frameworks
Re: xCode not finding header files of included frameworks
- Subject: Re: xCode not finding header files of included frameworks
- From: Jerry Krinock <email@hidden>
- Date: Thu, 03 Nov 2005 17:36:04 -0800
- Thread-topic: xCode not finding header files of included frameworks
on 05/11/03 16:06, Vince DeMarco at email@hidden wrote:
> Try changing your code
> from
> #import "Authorization.h"
> to
> #import <Security/Authorization.h>
> or just
> #import <Security/Security.h>
Thank you, Vince. It works both ways you suggested.
No system reinstall required!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden