Question or problem
I’m working on a large-scale iOS project that includes multiple modules and relies heavily on CocoaPods. Due to some dependencies not supporting Swift Package Manager, migrating all Pods to SPM is not an option for me. I want to integrate Tuist for project generation and management, but still continue using CocoaPods for dependency management.
How can I properly integrate CocoaPods within a Tuist-managed project? Is there an official or recommended way to keep using Pods while leveraging Tuist for modularization and project configuration?
Expectation
I’d expect Tuist to provide a way to support hybrid setups — where the project structure is handled by Tuist, but dependency resolution is still done via CocoaPods. I’d also like to know if there’s any best practice or workaround the community suggests in such cases.