Giter VIP home page Giter VIP logo

Comments (1)

Saelyria avatar Saelyria commented on June 30, 2024

Hey @stunjiturner! First note is that it looks like something changed with the internal implementation of function builders sometime between around Xcode 11.1 that broke Artemis (or, at least, made type ambiguities that made it not compile without explicit generic type declarations, which makes the library much more difficult to use). I just got it back up and running using a snapshot of the master branch of Swift, so you'll need that snapshot (or wait for the next version of Xcode/likely Swift 5.3 or later once function builders can been officially added) to play with the library.

I did double check the codegen part of the library, though, and it should still be working with Xcode 11.4 / the Swift toolchain that shipped with it (though the sample project I had doesn't compile without a bunch of ugly explicit type definitions on the prod toolchain).

This is what my 'Run Script' build phase looks like (though yours likely looks the same):
Screen Shot 2020-04-24 at 9 49 24 AM

The specific error you posted is for if the --input argument isn't included (which it looks like it should be). Just in case - note that $PROJECT_DIR is the directory for where your .xcodeproj file is located, in case your star.graphql file is actually located inside the default project name source folder instead.

I'll try out a fresh install of the library on another machine and see if I just have some other build configuration I'm forgetting about as well.

from artemis.

Related Issues (2)

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.