Creating an iPhone Application for Linux

Hi everyone, there is a way to create an iPhone application on Linux without using xcode.I want to use ant.

+3
source share
5 answers

No, there is no way to create iPhone apps on anything but an Intel Mac. Even third-party application development applications, such as appcelerator, require the iPhone SDK to be installed in the background.

+2
source

Another solution, but again impossible to compile without a Mac, is Haxe: http://gamehaxe.com/2009/05/22/haxe-on-iphone-simulator/

+2
source

iPhone SDK MAC, , MonoTouch ( #, Objective C) MAC SDK.

+1

Right now the only way is to use MonoTouch , but it uses C # and is not free software.

0
source

You can develop and write for iPhone on Linux, but there is no way to compile it into an iPhone application and / or check if your code is working correctly.

You will need a mac for this or MonoTouch as above.

If you want to create games, you can use Unity 3D , but it is also not free software.

0
source

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


All Articles