Code Monkey home page Code Monkey logo

Comments (11)

3lvis avatar 3lvis commented on May 17, 2024

Do you have any ideas on how to fix that? I'm not sure how that works.

Also, would be nice to understand what's the problem with having it in all the platforms?

from networking.

rajohns08 avatar rajohns08 commented on May 17, 2024

Not sure how to fix, but the benefit of only having the iOS platform is it is quicker to download/clone using carthage. I know this works correctly for Alamofire if you'd like to reference their repo for some sort of carthage config or something.

from networking.

3lvis avatar 3lvis commented on May 17, 2024

I'll have a look, thanks a lot!

from networking.

3lvis avatar 3lvis commented on May 17, 2024

Look like Alamofire's works because they don't take the time to add a pre-loaded archived version of the framework. Here's one example. Meanwhile in Networking I add a precompiled zip file of the frameworks, in this way using carthage update should be much faster in Networking than in Alamofire. The downside is that Carthage doesn't know how to avoid getting all the platforms.

Missing .zip file in Alamofire

group1

Framework .zip file in Networking

group2

from networking.

rajohns08 avatar rajohns08 commented on May 17, 2024

Not sure if this helps, but I noticed when pointing to your swift3 branch in my Cartfile, it worked correctly (only the iOS platform was downloaded)

from networking.

3lvis avatar 3lvis commented on May 17, 2024

It's because in the Swift 3 branch, I'm not adding the .zip file.

from networking.

3lvis avatar 3lvis commented on May 17, 2024

screen shot 2016-09-07 at 6 19 21 am

from networking.

3lvis avatar 3lvis commented on May 17, 2024

More info https://github.com/Carthage/Carthage#archive-prebuilt-frameworks-into-one-zip-file

from networking.

3lvis avatar 3lvis commented on May 17, 2024

You can ear more about it from it's creator in this talk:

https://youtu.be/3BqR6_SsD8o?t=18m39s

screen shot 2016-09-07 at 6 25 43 am

from networking.

3lvis avatar 3lvis commented on May 17, 2024

For me using a library that has the prebuilt binaries works much faster than using another library that doesn't have them, even if that means sending all the platforms since it doesn't need to build anything, just downloads.

from networking.

3lvis avatar 3lvis commented on May 17, 2024

Closing now since I don't see a way how we could solve this without removing all the benefits of Prebuilt binaries. Let me know if you find something about it.

from networking.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.