Join our free crash course to learn how to Master Scalable iOS App Architecture Patterns and Be One of The Most Wanted Senior Developers in The World: iosacademy.essentialdeveloper.com/p/ios-architect-crash-course-orga0eb/
@nazimsaifi60362 жыл бұрын
Nice mentor caio
@rachit.anurag2 жыл бұрын
Another answer to question raised by Austin at around 30:00 is to use bundler which manages your dependencies and locks it in for different varieties of versioning categories used in pod. When bundler is used together with pod it is able to manage the versioning of different dependencies across the team.
@thegeekjanice2 жыл бұрын
Nice sharing! One question - Does the order in Package.resolved file for SPM matters?
@EssentialDeveloper2 жыл бұрын
Hi! The order shouldn't matter. Usually, such files are in alphabetical order to make them as deterministic as possible (to avoid conflicts, for example!).