FROM : Owen Yamauchi
DATE : Mon Jun 30 23:10:27 2008
Yes, I know, I shouldn't be linking against an Apple private
framework, but trust me, there's a reason for it.
Anyway, I'm having trouble building the project. I dragged my private
framework (DevToolsCore.framework) into Xcode and left all the default
settings alone. However, when I try to build, it fails on the first
import line from the framework that it comes across:
#import <DevToolsCore/PBXFileType.h>
PBXFileType.h is in the framework's PrivateHeaders directory, if that
makes a difference.
I've checked the project's (and target's) Framework Search Path
settings, and they definitely include
/Developer/Library/PrivateFrameworks.
Any ideas? (Note that I just want to get this to build; it doesn't
have to be deployable.)
TIA,
Owen
DATE : Mon Jun 30 23:10:27 2008
Yes, I know, I shouldn't be linking against an Apple private
framework, but trust me, there's a reason for it.
Anyway, I'm having trouble building the project. I dragged my private
framework (DevToolsCore.framework) into Xcode and left all the default
settings alone. However, when I try to build, it fails on the first
import line from the framework that it comes across:
#import <DevToolsCore/PBXFileType.h>
PBXFileType.h is in the framework's PrivateHeaders directory, if that
makes a difference.
I've checked the project's (and target's) Framework Search Path
settings, and they definitely include
/Developer/Library/PrivateFrameworks.
Any ideas? (Note that I just want to get this to build; it doesn't
have to be deployable.)
TIA,
Owen
| Related mails | Author | Date |
|---|---|---|
| Owen Yamauchi | Jun 30, 23:10 | |
| Jean-Daniel Dupas | Jun 30, 23:53 | |
| Owen Yamauchi | Jul 1, 03:16 |






Cocoa mail archive

