Subito-it / PodBuilder

A tool to precompile CocoaPods pods
Other
284 stars 28 forks source link

build_all updates pods #38

Closed iharandreyev closed 2 years ago

iharandreyev commented 3 years ago

build_all command does not respect Podfile.lock and updates pods. Is this an intended behavior?

tcamin commented 3 years ago

Sorry for the late reply.

This is currently the intended behaviour, but I'd be interested to learn your specific use case.

iharandreyev commented 3 years ago

@tcamin Our iOS version target is 9.3, and we're starting to face many compatibility issues when updating some pods. And the project is large, so the tool has proven itself to be of extreme use. So if there were separate commands like "install" and "update", it would be truly awesome

tcamin commented 3 years ago

Are you committing the precompiled frameworks somewhere (lfs, S3, etc)?