Sharing classes between projects in xcode/objective-c

Posted by Allyn on Stack Overflow See other posts from Stack Overflow or by Allyn
Published on 2010-01-24T08:11:21Z Indexed on 2010/05/17 16:50 UTC
Read the original article Hit count: 388

Filed under:
|
|
|

Hey folks,

I've got a client<=>server app I'm building for Mac OS X, using Objective-c/Cocoa and xCode. I've created a different project for both the apps I have, and I'm wondering the best way to share classes between them. There are several classes I've made that would be useful to both. This far I've been copying them around, but I feel like this isn't the best solution.

How do I share classes effectively? Should I redo it as 1 project and just have two build targets? How do I do this?

Any other info?

Thanks.

© Stack Overflow or respective owner

Related posts about xcode

Related posts about objective-c