Question regarding deployment/debugging of private framework
Question regarding deployment/debugging of private framework
- Subject: Question regarding deployment/debugging of private framework
- From: "Greg Norz" <email@hidden>
- Date: Mon, 16 Jan 2006 18:46:24 -0600
- Thread-topic: Question regarding deployment/debugging of private framework
I have a few projects used to drive my application's
development. 2 of them are frameworks (I have the source and build them), 1
of them is the main application that uses the 2 frameworks. In order to keep
things separated between deployment and development, I generate the framework
development targets with "_debug" appended to the name. Then, in the main
application project, I manually link with the 2 frameworks from the project
settings. All seems well.
Now comes the time to actually place the frameworks. I've read about
adding a Copy Files Build Phase to my project, but I don't actually have the
frameworks included (since they're included in the settings) within the
project itself. Is there a better way to get these deployed into the main app's
bundle other than manually dragging them in there? Would I be better off just
having 1 project with all the source files included, using different targets to
generate my output files? This might not be the best option for me since I'm
using an open-source framework. I have the source and all, but I'd hate to try
and duplicate the project settings manually.
Thanks,
greg
norz
southwest
airlines || southwest.com
_______________________________________________
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