Giter Site home page Giter Site logo

Comments (7)

steffen-roemer avatar steffen-roemer commented on June 18, 2024

could you please post how you added applanga to your Cartfile?

from sdk-ios.

 avatar commented on June 18, 2024

@applanga-sroemer

github "applanga/sdk-ios" ~> 2.0

then

carthage update --platform iOS --no-use-binaries

from sdk-ios.

 avatar commented on June 18, 2024

@applanga-sroemer Hey any update?

from sdk-ios.

steffen-roemer avatar steffen-roemer commented on June 18, 2024

Hi the problem originates from your usage of --no-use-binaries so if you remove that it should work fine. It seems to be a limitation/bug in current carthage versions whereas it can not recognize a binary only framework from github that has build with objective-c and tries to rebuild it.

from sdk-ios.

steffen-roemer avatar steffen-roemer commented on June 18, 2024

Hi @lockett-rccl
we've extendend our carthage deployment so if you change
github "applanga/sdk-ios" ~> 2.0
to
binary "https://raw.githubusercontent.com/applanga/sdk-ios/master/Applanga.json" ~> 2.0
in your Cartfile it should now work even with --no-use-binaries

from sdk-ios.

 avatar commented on June 18, 2024

@applanga-sroemer Okay, but when using --platform iOS the scheme does not build then the framework does not work.

from sdk-ios.

steffen-roemer avatar steffen-roemer commented on June 18, 2024

I'm not sure if i understand your issue since it works fine on our tests.
carthage update --platform iOS --no-use-binaries
with
binary "https://raw.githubusercontent.com/applanga/sdk-ios/master/Applanga.json" ~> 2.0
works fine now right?
If not please provide me with the error message.

And if thats not the error please elaborate on that and provide a error message if possible.

from sdk-ios.

Related Issues (11)

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.