Re: IOKit Template doesn't find headers.... (Xcode 1.5)?
Re: IOKit Template doesn't find headers.... (Xcode 1.5)?
- Subject: Re: IOKit Template doesn't find headers.... (Xcode 1.5)?
- From: Chris Espinosa <email@hidden>
- Date: Thu, 17 Feb 2005 10:42:56 -0800
On Feb 16, 2005, at 8:35 PM, Rob Frohne wrote:
I just wanted to try to make a quick very simple kext using Xcode
1.5, and found that it can't seem to find the most basic header
files, like MacTypes.h. I can't command click on kernel functions
like KUNCUserNotificationDisplayAlert and get a look at the header
files either.
Kexts are kernel-level and generally don't use Carbon headers like
MacTypes.h. You probably don't have CoreServices.framework in your
Other Frameworks folder in your project. As for navigating to a
symbol, a) make sure that indexing is on and your project is indexed
(check both Xcode Preferences > Navigation > Code Sense > Enable
indexing and (project) > Get Info > Code Sense > Enable Indexing,
respectively). Then you should be able to navigate from a symbol to
its header file with command-double-click on the symbol.
Chris
_______________________________________________
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