Questions tagged [objective-c]

Objective C is a general purpose language, and is a dialect of the C language.

3 questions
10
votes
1 answer

Objective C enviroment

Do any of the standard distributions come with an Objective C environment? Is there anywhere to get prebuilt Objective-C compiler and libraries? I would prefer an answer which is based on Clang/LLVM but will settle for something based on gcc.
Maria Zverina
  • 5,188
  • 5
  • 32
  • 42
5
votes
2 answers

Compiling Objective C with Clang

I have installed clang on my Raspberry Pi. How can I compile a .m file (Objective C) through the terminal? Let's say I called it bob.m and I want the output file to be called bob and I'm already in the correct directory, what is the exact command?
user1628
  • 161
  • 1
  • 3
-2
votes
1 answer

Does Raspberry Pi provide SDK for native iOS development (objective-c or swift) to communicate with each other?

I have a question, if we want to communicate with Raspberry PI device for either getting data or sending data on the device. For such requirement any SDK/Framework available or not. I want to get data(json type) from Raspberry device to iPhone…
Ram S
  • 105
  • 2