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: j o a r <email@hidden>
- Date: Sun, 6 Nov 2005 16:04:37 +0100
On 4 nov 2005, at 02.36, Jerry Krinock 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!
And FYI, there's even documentation on this:
<http://developer.apple.com/documentation/MacOSX/Conceptual/
BPFrameworks/Tasks/IncludingFrameworks.html>
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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