How do I write and compile Objective-C code?

前端 未结 4 2025
忘了有多久
忘了有多久 2021-02-13 03:58

How do I write and compile Objective-C code in Linux?

I heard about Clang, but I couldn\'t find any example/tutorial about Clang/LLVM/Objective-C.

4条回答
  •  天命终不由人
    2021-02-13 04:09

    Take a look at http://www.gnustep.org/ they have tools for developing with Objective-C 2.0 for LINUX. The source files and hints on how to install it on several LINUX distros are here: http://www.gnustep.org/resources/sources.html

提交回复
热议问题