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 _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]