Sharing classes between projects in xcode/objective-c

前端 未结 6 1346
遇见更好的自我
遇见更好的自我 2020-12-14 06:37

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 wonder

6条回答
  •  抹茶落季
    2020-12-14 07:07

    I found a nice article on this topic here: http://www.clintharris.net/2009/iphone-app-shared-libraries/ This answers my question which is specifically about multiple iPhone apps sharing code. It doesn't mention frameworks (above) so I can't say if their suggestion (xcode project references) compares favorably to the frameworks solution.

提交回复
热议问题