Xcode Frameworks and Workspaces

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

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

  • @imamad
    @imamad 12 วันที่ผ่านมา

    You're great my father!

  • @DanielLeightonArt
    @DanielLeightonArt หลายเดือนก่อน

    So helpful. It filled in lots of holes, answering many questions that I didn’t quite know how to ask because I didn’t have the terminology. Thank you!

  • @DaveJacobseniOS
    @DaveJacobseniOS 4 หลายเดือนก่อน +1

    I had never known what a workspace was before but this is pretty nifty!

  • @larschristiansen3136
    @larschristiansen3136 5 หลายเดือนก่อน

    Very useful and instructive. I have never spend much energy to understand Frameworks and Workspaces, but now I see the value/utility of using them even if I'm not working in a team.

    • @StewartLynch
      @StewartLynch  5 หลายเดือนก่อน

      Glad it was helpful!

  • @dibjr
    @dibjr 4 หลายเดือนก่อน

    Nice video, Stewart. I am working on a three-person team and intercommunication is key to keeping my code straight. I don't talk to me, and myself doesn't talk to I. Me, myself, and I will all learn to use workspaces to share our code.

  • @LamNguyen-vg1vi
    @LamNguyen-vg1vi 2 หลายเดือนก่อน

    Thanks for your content. It's really helpful for me. I wish you have more people paying attention to your channel soon.

    • @StewartLynch
      @StewartLynch  2 หลายเดือนก่อน

      I appreciate that!

  • @andrejkling3886
    @andrejkling3886 4 หลายเดือนก่อน +1

    Excellent 🔥 thank you Stewart

  • @AlanRick26
    @AlanRick26 4 หลายเดือนก่อน

    Love the cover pic with your framework armchair❎ throne✅ 😂

  • @swiftodyssey
    @swiftodyssey 4 หลายเดือนก่อน

    This is so helpful! Thanks Stewart

    • @StewartLynch
      @StewartLynch  4 หลายเดือนก่อน

      Glad it was helpful!

  • @gjermundification
    @gjermundification 4 หลายเดือนก่อน

    Love this one! In particular editing the Framework along the way. Does the frameworks have an overhead? Can I keep the xcdatamodel in a framework and its data in the project? Or do I put the UIs in projects and the application in framework? Nice, I will be able to make a MacCLI app, iPhone, and iPad at the same time in the same project.

  • @roman3249
    @roman3249 4 หลายเดือนก่อน

    So how does a framework differ from a swift package? Which one should we use (how to choose)? I've never used frameworks because I always use packages... 😳

    • @StewartLynch
      @StewartLynch  4 หลายเดือนก่อน +1

      A Framework is a bundle containing compiled code (binaries), resources, and metadata that can be used by other applications. Frameworks can be static or dynamic libraries.
      A Swift Package is a way to distribute code and resources using the Swift Package Manager (SPM). It is a set of source files, resources, and metadata that you can distribute and reuse in other Swift projects.

  • @Prashant-7
    @Prashant-7 4 หลายเดือนก่อน

    I learned default init is also internal

  • @priyankapoojara
    @priyankapoojara 3 หลายเดือนก่อน

    When I add framework to my project. I'm unable to see Person.swift file in my project. Can anybody suggest for the solution?

    • @StewartLynch
      @StewartLynch  3 หลายเดือนก่อน

      Check the target