Description
Objective-C runtime support lets Clang-built programs use Objective-C language features such as classes, messages, and runtime metadata. It is useful for developers building Objective-C software outside Apple platforms or with GNUstep-style stacks.
This is a language runtime, not a development environment. Applications must be built against it, and compatibility depends on compiler flags and the surrounding Objective-C libraries.