If I have a big project and have several features. The features will be developed by another developer independently in another iOS project. The features can include UIViewcontrollers, Navigation and other things what an iOS app normally has. Then I have the main app where the feature projects will be integrated in an xcode workspace. How can I reference the other feature projects from the main app/projects? I tried loading a viewcontroller from a storyboard it seems not finding it. I also tried adding using build phases but I can't make it work.
I read this article Using CocoaPods To Modularize Big iOS Apps. The blog talks about using cocoapods which I am trying to avoid. I don't seem to find something that says it works with SVN which was the reason I wont use it for what I need. There is the framework option but Im looking for a better solution.