Re: (Newbie)Missing Header Files, Please Help
Re: (Newbie)Missing Header Files, Please Help
- Subject: Re: (Newbie)Missing Header Files, Please Help
- From: Kyle Moffett <email@hidden>
- Date: Tue, 20 Aug 2002 10:50:36 -0400
On Monday, August 19, 2002, at 11:47 PM, Alex Aliferis wrote:
Greetings All!,
I'm just getting started in Cocoa development and made some progress
but now whenever I try to compile and run an app in Project Builder I
get the errors -
Compiling main.m (3 errors)
header file 'OT/OT.h' not found
header file 'NSLCore/NSLCore.h' not found
header file 'SecurityCore/SecurityCore.h' not found
Please tell me what I need to do to remedy this. I'm eager to get
started but this is holding me back completely. Any help would be
greatly appreciated.
Thanks,
Alex Aliferis
Go to the Project menu in PB, and click 'Add Frameworks...' then choose
'OT.framework'
Repeat for 'NSLCore' and 'SecurityCore'
DO NOT use anything in /System/Library/PrivateFrameworks, only in
/System/Library/Frameworks,
unless you absolutely have to.
HTH,
Kyle Moffett
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.