Skip navigation.
 
mlLinking against /Dev/L/PrivateFrameworks/
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

Related mailsAuthorDate
mlLinking against /Dev/L/PrivateFrameworks/ Owen Yamauchi Jun 30, 23:10
mlRe: Linking against /Dev/L/PrivateFrameworks/ Jean-Daniel Dupas Jun 30, 23:53
mlRe: Linking against /Dev/L/PrivateFrameworks/ Owen Yamauchi Jul 1, 03:16