Cross-project dependencies and copy file phases
Cross-project dependencies and copy file phases
- Subject: Cross-project dependencies and copy file phases
- From: Jim Correia <email@hidden>
- Date: Mon, 29 Dec 2003 12:45:06 -0500
I am using cross project dependencies to build some plug-ins.
Here is what the layout looks like in rough terms:
Master
Master.xcode
build
Master.app
Plug-Ins
One
One.xcode
build
One.plugin
Two
Two.xcode
build
Two.plugin
The cross project dependencies work great for building. The problem
arises when I try to copy the built plug-ins into the Master.app
bundle. (The build product from the sub-project node was added to the
copy files phase.)
Looks like Xcode tries to find the built product in Master's build
folder. (This works fine for developers on the team using a shared
build folder, but not all are, and those who are put them in different
relative locations on their disk.) But since Xcode knew were to build
it, it must know where the build product lives :-)
Am I missing some configuration setting, or is this a bug/limitation at
this point? (Of course I'll file a bug as necessary...)
Thanks,
Jim
_______________________________________________
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.