Kernel framework
Kernel framework
- Subject: Kernel framework
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Tue, 11 Sep 2012 16:15:52 +0700
I added the Kernel framework to my project, and now the linker says:
ld: framework not found Kernel clang: error: linker command failed with exit code 1 (use -v to see invocation)
The linker command is kind of long, but it ends with: -mmacosx-version-min=10.7 -fobjc-arc -fobjc-link-runtime -framework Kernel -framework IOKit -framework Cocoa -o <...some very long name...>
So: where is my Kernel framework? What am I doing wrong?
10.8.1; Xcode 4.4.1
Gerriet.
P.S. and how to access the headers?
#import <Kernel/Kernel.h> does not work: file not found. #import <Kernel/kern/clock.h> gets found, but it contains a reference to <kern/kern_types.h> which is again NOT found.
|
_______________________________________________
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