How many iPhone applications can be developed and tested on Linux?

I am developing some iPhone applications for clients, but I prefer to work on a Linux machine. I know that on a machine running OS X, there are certain things, such as collecting the final distribution, running the iPhone application in a simulator, etc.

But I was wondering how much to say, the model layer of an iPhone application that you could build and test on a Linux system using simple Objective-C and various libraries copied from Xcode Developer libraries. As much as possible?

I do not want to jailbreak the iPhone for this.

How many of the Foundation APIs can you run through GNUStep?

+4
source share
2 answers

This seems to give a good answer: Launching iPhone application development on Linux? which contains a link to http://www.saurik.com/id/4 . Theoretically, it uses gcc4, but the entire toolchain is a complex replacement. But if you really intend to do this, it looks like it's possible on Linux.

+3
source

Well, there is GNUStep. The domain model and unit tests will not be a problem at all. Some illustrations can be done in Inkscape , which probably works better on Linux than on a Mac.

0
source

Source: https://habr.com/ru/post/1299969/


All Articles