Giter Site home page Giter Site logo

Comments (3)

alfiehanssen avatar alfiehanssen commented on August 23, 2024

I.e. If I wanted to grab the library file and the header files out of DerivedData, what are the steps to integrate them into my existing project? I've tried a number of things to no avail. I get an error on #import <zipzap/zipzap.h> despite having added the .a file, the headers, ensured the .a is listed in BuildPhases/LinkBinaryWithLibraries, and specified the header and library search paths correctly in BuildSettings.

from zipzap.

pixelglow avatar pixelglow commented on August 23, 2024

Best to copy the library file and header files out of DerivedData and into a subdirectory of your project. In particular you would need the three public headers: zipzap.h, ZZArchive.h and ZZArchiveEntry.h.

Header search path should specify the directory that contains the directory with the headers, so that you would use #include <zipzap/zipzap.h>. Alternatively you can work without header search paths, just add the headers into your project and use it like #include "zipzap.h".

from zipzap.

alfiehanssen avatar alfiehanssen commented on August 23, 2024

Glen, Thank you, got it working!
Alfie

alfiehanssen.com http://www.alfiehanssen.com
http://www.twitter.com/tembostudio
tembostudio.com

On Mon, Nov 12, 2012 at 6:08 PM, Glen Low [email protected] wrote:

Best to copy the library file and header files out of DerivedData and into
a subdirectory of your project. In particular you would need the three
public headers: zipzap.h, ZZArchive.h and ZZArchiveEntry.h.

Header search path should specify the directory that contains the
directory with the headers, so that you would use #include
<zipzap/zipzap.h>. Alternatively you can work without header search
paths, just add the headers into your project and use it like #include
"zipzap.h".


Reply to this email directly or view it on GitHubhttps://github.com//issues/3#issuecomment-10308569.

from zipzap.

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.