libobjc2

Objective-C runtime library for use with Clang compiler

brewmacoslinux
Try with needOr install directly
Source

About

Objective-C runtime library intended for use with Clang

Commands

libobjc2

Examples

Compile an Objective-C program using libobjc2$ clang -fgnustep-runtime -I/usr/local/include -L/usr/local/lib -lobjc program.m -o program
Check libobjc2 library version and location after installation$ pkg-config --modversion libobjc2
Link against libobjc2 in a build system$ pkg-config --cflags --libs libobjc2