Hey guys,
At my company, we have an iOS app and a macOS 'admin' dashboard app. These projects share a lot of code, so what I've done is I've created a 'core' framework to encapsulate all of the data models/logic.
But it's a HUGE pain in the behind, because every time I need to make even a minor change to this framework, I have to rebuild it and import it in the iOS/macOS projects. Debugging can take a huge amount of time this way.
Has anyone ever used a private cocoapod for a framework like this? Or is there an even better solution I'm unaware of?
At my company, we have an iOS app and a macOS 'admin' dashboard app. These projects share a lot of code, so what I've done is I've created a 'core' framework to encapsulate all of the data models/logic.
But it's a HUGE pain in the behind, because every time I need to make even a minor change to this framework, I have to rebuild it and import it in the iOS/macOS projects. Debugging can take a huge amount of time this way.
Has anyone ever used a private cocoapod for a framework like this? Or is there an even better solution I'm unaware of?