Xcode 2.1 & Config directories
Xcode 2.1 & Config directories
- Subject: Xcode 2.1 & Config directories
- From: Alec Carlson <email@hidden>
- Date: Mon, 29 Aug 2005 10:53:20 -0500
Title: Xcode 2.1 & Config directories
I have Xcode projects which depend on bundles and frameworks which are built in other Xcode projects. IN Xcode 1.5 this wasn’t a problem since the /build directory contained the results of the build and the framework could be referenced via /zzzz/build/abc.framework. This file would exist whether it was built as Development or Deployment.
In Xcode 2.1, the build results are stored in separate directories - /zzzz/build/Development or /zzzz/build/Deployment. I actually like this change.
However, I have run into a problem linking against these directories. I have modified the configuration profile in my application to specify the Framework Search Path as: ../../zzzz/build/$CONFIGURATION/ This solves the compiler references to the correct framework. The problem is that there doesn’t seem to be any way to specify the configuration directory for the linker. When I add the framework to the application target, it’s path is set as either /Development or /Deployment - that’s where the linker goes to find the framework. If my app is built Development but the framework is built Deployment the app will not link. Please don’t tell me that I need to create configuration specific application targets just to link against external components like frameworks and bundles.
Suggestions anyone ?
Thanx -
Alec Carlson
-----------------------------------------------------------------------
Time is Short, and the Water Rises
-----------------------------------------------------------------------
_______________________________________________
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