Has anyone had any success in finding a reliable, generalised solution for managing dependencies for iPhone projects? I\'m looking to split my iPhone applications up into reusab
With Static Libraries, you can distribute the XIB's/Images/Strings in a Bundle Folder which can be imported easily. It is the easiest approach I've found for distributing dependencies short of distributing the actual Code/Xcode Project