I'm working on an iOS app which depends on an iOS framework which other devs on my team and I also maintain.
What's the best way to configure my project so that the framework builds as a dependency for the iOS app? My current configuration requires me to build the framework, and then drag it into the XCode project for the application.