Sharing classes between projects in xcode/objective-c
Question or issue on macOS: I’ve got a clientserver 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 […]
Continue Reading