Obj-c categories in static library

Posted by Vladimir on Stack Overflow See other posts from Stack Overflow or by Vladimir
Published on 2010-04-02T15:30:55Z Indexed on 2010/04/02 15:33 UTC
Read the original article Hit count: 335

Can you guide me how to properly link static library to iphone project. I use staic library project added to app project as direct dependency (target -> general -> direct dependecies) and all works OK, but categories. A category defined in static library is not working in app.

So my question is how to add static library with some categories into other project?

And in general, what is best practice to use in app project code from other projects?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c