How to speed up slow iOS CI with Cocoapods, Carthage & SPM dependencies | Live Dev Mentoring

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ธ.ค. 2024

ความคิดเห็น • 5

  • @EssentialDeveloper
    @EssentialDeveloper  2 ปีที่แล้ว

    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/

  • @nazimsaifi6036
    @nazimsaifi6036 2 ปีที่แล้ว +4

    Nice mentor caio

  • @rachit.anurag
    @rachit.anurag 2 ปีที่แล้ว +1

    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.

  • @thegeekjanice
    @thegeekjanice 2 ปีที่แล้ว

    Nice sharing! One question - Does the order in Package.resolved file for SPM matters?

    • @EssentialDeveloper
      @EssentialDeveloper  2 ปีที่แล้ว

      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!).