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: Vince DeMarco <email@hidden>
- Date: Thu, 3 Nov 2005 16:06:32 -0800
Try changing your code
from
#import "Authorization.h"
to
#import <Security/Authorization.h>
or just
#import <Security/Security.h>
Vince
On Nov 3, 2005, at 3:58 PM, Jerry Krinock wrote:
on 05/11/03 15:26, David Alter at email@hidden wrote:
I reinitialized my hard drive, reinstalled
the OS, then reinstalled the developer tools, downloaded
SimpleStickies. Now it compiles.
If anyone ends up figuring out what the real issue is. I would be
interested to learn the fix.
<prayer>
Good Lord, please help someone find a better answer than this!
</prayer>
I believe I am having the same problem. Earlier today I read
David's thread
and sent Chris Espinosa my verbose Build Log.
Here is a screenshot of the anomaly I see:
http://www.sheepsystems.com/CantFindFrameworkHeader.png
Can anyone answer my prayer? As a CodeWarrior Switcher, maybe I doing
something stupid that someone can see from that screenshot? It's
been less
than one day, Xcode. Please don't die so young!
Jerry Krinock
Xcode 2.2 seed
_______________________________________________
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
_______________________________________________
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