Giter Site home page Giter Site logo

kineme / qcpatchxcodetemplate Goto Github PK

View Code? Open in Web Editor NEW
32.0 32.0 10.0 2.53 MB

Xcode template for creating custom Quartz Composer patches with the unofficial API.

Home Page: http://kineme.net/wiki/DevelopingWithQuartzComposer

Objective-C 98.61% C 1.16% Shell 0.11% PHP 0.12%

qcpatchxcodetemplate's People

Contributors

jlstrecker avatar smokris avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qcpatchxcodetemplate's Issues

Support ARC

I'm still a bit of an Xcode n00b, but…

I was somehow able to get one of my projects to use ARC and successfully build while using the SkankySDK. Since then I have not been able to do it again.

Ideally, the QCPatchXcodeTemplate would support ARC out-of-the-box.

I'm happy to do the work, I just don't even know where to begin learning about this stuff. Anyone know where to go to learn up on some of these kinds of Xcode edge cases?

How to subclass a SkankySDK class? e.g. QCRenderInImage

I wanted to create a QCRenderInImage subclass that did some extra fancy jazz.
If you try this, it results in the following linker error…

Build Step

Ld /Users/aylott/Library/Developer/Xcode/DerivedData/QCRenderInImage-subclass-abuurssijdhzpzgponyawqfdzcte/Build/Products/Debug/QCRenderInImage-subclass.plugin/Contents/MacOS/QCRenderInImage-subclass normal x86_64
    cd /Users/aylott/Desktop/QCRenderInImage-subclass
    setenv MACOSX_DEPLOYMENT_TARGET 10.8
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang\
        -arch x86_64\
        -bundle\
        -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk\
        -L/Users/aylott/Library/Developer/Xcode/DerivedData/QCRenderInImage-subclass-abuurssijdhzpzgponyawqfdzcte/Build/Products/Debug\
        -F/Users/aylott/Library/Developer/Xcode/DerivedData/QCRenderInImage-subclass-abuurssijdhzpzgponyawqfdzcte/Build/Products/Debug\
        -F/Applications/Xcode.app/Contents/Developer/Library/Frameworks\
        -F/Library/Frameworks\
        -filelist /Users/aylott/Library/Developer/Xcode/DerivedData/QCRenderInImage-subclass-abuurssijdhzpzgponyawqfdzcte/Build/Intermediates/QCRenderInImage-subclass.build/Debug/QCRenderInImage-subclass.build/Objects-normal/x86_64/QCRenderInImage-subclass.LinkFileList\
        -mmacosx-version-min=10.8\
        -fobjc-link-runtime\
        -framework Cocoa\
        -framework Quartz\
        -o /Users/aylott/Library/Developer/Xcode/DerivedData/QCRenderInImage-subclass-abuurssijdhzpzgponyawqfdzcte/Build/Products/Debug/QCRenderInImage-subclass.plugin/Contents/MacOS/QCRenderInImage-subclass

Result

Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_QCRenderInImage", referenced from:
      _OBJC_CLASS_$_QCRenderInImageFancy in QCRenderInImageFancy.o
     (maybe you meant: _OBJC_CLASS_$_QCRenderInImage_subclassPrincipal, _OBJC_CLASS_$_QCRenderInImageFancy )
  "_OBJC_METACLASS_$_QCRenderInImage", referenced from:
      _OBJC_METACLASS_$_QCRenderInImageFancy in QCRenderInImageFancy.o
     (maybe you meant: _OBJC_METACLASS_$_QCRenderInImage_subclassPrincipal, _OBJC_METACLASS_$_QCRenderInImageFancy )
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

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.