Coder Social home page Coder Social logo

Comments (4)

tmspzz avatar tmspzz commented on May 29, 2024

Can it possibly be that you are mixing different things?

In your first example I see that reported uploaded is a .version file. This is not your frameworks but just the .version information that Carthage builds when using --cache-builds. The location of this file in the remote cache mirrors the location of where Carthage puts it on disk. This is at the root of Carthage/Build directory and not inside each platform directory.

Is your framework being uploaded at all?

In your second example you are asking rome to download for all platforms but before you uploaded just for one, naturally the framework won't exist at path where you haven't uploaded it. However since you haven't specified a platform, Rome will look for your framework for all platforms. Some attempts will result in "Missing key" but eventually if the frameworks exists for some platform Rome will find it at download it.

In your last 2 examples you are both uploading and downloading with the same platform specified (--platform iOS) so everything works out.

@o2x7 Does this explain what you are experiencing?

If it doesn't can you paste your Romefile and Cartfile.resolved?

Other questions:

  • Is your framework called amp.ios.framework or is amp.ios just the name of the repo and your framework is called something else?
  • Is your framework on Github or just some git server?

from rome.

tmspzz avatar tmspzz commented on May 29, 2024

Please try: https://github.com/blender/Rome/releases/tag/v0.10.1.22 solves #54

from rome.

tmspzz avatar tmspzz commented on May 29, 2024

@o2x7 did you have a chance to try out the version above?

You can also try this version https://github.com/blender/Rome/releases/tag/v0.10.2.24 . The binary is attached as a zip file.

from rome.

tmspzz avatar tmspzz commented on May 29, 2024

@o2x7 Any update? This is another release you can try https://github.com/blender/Rome/releases/tag/v0.11.0.27 . I will close the issue in a few days if I don't hear back. Feel free to comment even if closed and I will open it again.

from rome.

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.