Building in the install location
Building in the install location
- Subject: Building in the install location
- From: Steve Sisak <email@hidden>
- Date: Wed, 14 Jan 2004 11:50:23 -0500
I have a group of related products that share a number of executables.
Each executable has it's own XCode project and each product uses some
subset of them.
I use a series of shell scripts to to build each of the product
installers into a separate directory tree using XCodeBuild install in
the form of:
xcodebuild -project "MyProject.xcode" -target MyTarget -buildstyle
Deployment install DSTROOT="${INSTALLER_DIR}"
XCode has a documented "optimization" that builds each executable
directly in the install location and places an alias to it in the
build products directory.
The problem is that when I build the next product (to a different
install location) the build will fail, usually with a permissions
error in the Strip phase, unless I manually delete these alias (which
point to the location where that application was last installed,
which may or may not exist any more).
1) Is this a bug?
2) Is there a way around it?
3) Is there a better way to accomplish the desired result?
TIA,
-Steve
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.