A couple older questions (like this one) on this topic exist but I couldn't locate useful hints for Xcode 4 yet, so..
Is it possible to copy a group (with potentially hundreds of files from various folders on disk) from one project to another?
I.e. after painstakingly setting up all dependencies for a particular project can I just go ahead and copy that group (as in 'yellow folder') to a newly created project?
If it's possible in Xcode 4 it's at least not straight forward as
- Copy and Paste is disabled for groups in Xcode4
- Dragging a group doesn't work as the receiving project won't accept the drag
Any hints appreciated.