Re: xcodebuild FRAMEWORK_SEARCH_PATHS
Re: xcodebuild FRAMEWORK_SEARCH_PATHS
- Subject: Re: xcodebuild FRAMEWORK_SEARCH_PATHS
- From: Chris Espinosa <email@hidden>
- Date: Sun, 3 Apr 2005 20:27:27 -0700
On Apr 3, 2005, at 8:17 PM, Cathy Jimenez wrote:
I am using xcodebuild CLI and I would like to include multiple settings for the FRAMEWORK_SEARCH_PATHS. According to XCode 1.5 Build Settings release notes, if I have multiple paths to set, I must make sure that I have a space-separated lists of paths.
So I included this build setting
FRAMEWORK_SEARCH_PATHS="/System/Library/Frameworks/Carbon.framework/Frameworks /System/Library/Frameworks/ApplicationServices.framework/Frameworks /System/Library/Frameworks/CoreServices.framework/Frameworks"
but I always get a ***BUILD FAILED*** message. From the build log, it seems like the three paths that I indicated are just treated as one long path. If I build the application using the XCode application, the build is always successful.
How could I possibly add multiple framework search paths using xcodebuild?
You set them in the project. Anything that's properly specified in the project doesn't need to be set on the xcodebuild command line, as the implicit argument of xcodebuild is the .xcode project in the current working directory.
Do you mean that you want to invoke xcodebuild with
different framework search paths than you use in the project?
What I'd do is then define a Build Style with those different paths set, and use the -buildstyle option of xcodebuild.
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