So I am working on a very large xcode project, with a lot of libraries, and sub directories which generates a huge pbxproj file, is there a way to generate smaller xcode projects or pbxproj files that can then be read into a main project. Similar to how visual studio has a main vcproj file and smaller vcproj files for each library/executable etc...
Thanks for any input.