Xcode Frameworks and Workspaces

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • НаукаНаука

Комментарии • 17

  • @DanielLeightonArt
    @DanielLeightonArt 9 дней назад

    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!

  • @LamNguyen-vg1vi
    @LamNguyen-vg1vi Месяц назад

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

  • @dibjr
    @dibjr 3 месяца назад

    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.

  • @DaveJacobseniOS
    @DaveJacobseniOS 3 месяца назад +1

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

  • @larschristiansen3136
    @larschristiansen3136 4 месяца назад

    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.

  • @andrejkling3886
    @andrejkling3886 3 месяца назад +1

    Excellent 🔥 thank you Stewart

  • @AlanRick26
    @AlanRick26 3 месяца назад

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

  • @swiftodyssey
    @swiftodyssey 3 месяца назад

    This is so helpful! Thanks Stewart

  • @gjermundification
    @gjermundification 3 месяца назад

    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.

  • @Prashant-7
    @Prashant-7 3 месяца назад

    I learned default init is also internal

  • @roman3249
    @roman3249 3 месяца назад

    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  3 месяца назад +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.

  • @priyankapoojara
    @priyankapoojara 2 месяца назад

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