How do you build a dependency with a different configuration
How do you build a dependency with a different configuration
- Subject: How do you build a dependency with a different configuration
- From: Walter <email@hidden>
- Date: Tue, 01 Apr 2008 16:52:14 -0400
- Thread-topic: How do you build a dependency with a different configuration
Hi Xcode users,
I'm using Xcode 2.4.1
I'd like to build a project dependency that users a different configuration
than my base Xcode project. When attempting to build the dependency, Xcode
sets environment variables incorrectly causing the build to fail. If I
build the dependency manually, the environment variables are set correctly
by Xcode and the build succeeds.
I've tried using a shell script build phase to build the dependency by
calling xcodebuild with the proper configuration, but it still fails with
incorrect environment variables. It seems that it uses the environment set
by the parent build instead of setting up the environment for that specific
build and configuration that I've specified.
Does anyone know how to get around this?
Is there a way to clear the environment variables set by the parent build
before issuing the xcodebuild command?
Walter
_______________________________________________
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