I’m looking to build Objective C software components that can run on Mac OS X and Linux. From my understanding, Cocoa software components can only be run on the Mac OS X platform. Does anyone have a good recommendation for a platform independent version of Objective C that can run on Mac OS X and Linux?
Share
GNUStep may be an option. Sources mentioned in the answer to this SO question:
Compiling Objective-C app for Linux (API coverage)