Hi all is there way to build iPhone app on linux without using xcode.I want to make use of ant.
-
I think it possible, but the software will only work on a jailbroken phone. May be legal issues. – Artelius Sep 17 '09 at 09:48
-
This is a duplicate of this question: http://stackoverflow.com/questions/276907/starting-iphone-app-development-in-linux – Brad Larson Sep 17 '09 at 13:44
5 Answers
No, there is no way to build iPhone apps on anything other than Intel Mac's. Even third party app development kits like appcelerator require the iPhone SDK to be installed in the background

- 18,438
- 15
- 77
- 121
Another solution, but again is not possible to compile without a Mac, is Haxe: http://gamehaxe.com/2009/05/22/haxe-on-iphone-simulator/

- 31,714
- 9
- 78
- 100

- 1,295
- 15
- 27
You need to have a MAC to install iPhone SDK, even with tools such as MonoTouch (which lets you develop in C# instead of Objective C) you still need MAC for the SDK.

- 37
- 3
Right now the only way is using MonoTouch but is using C# and is not free software.

- 4,438
- 1
- 23
- 26
-
also, you still need a Mac + iPhone SDK for any testing and deployment: "MonoTouch requires a Mac and Apple's iPhone SDK to test on the emulator and deploy on the device" – robjmills Sep 17 '09 at 09:47
-
You can develop and write for the iPhone on linux, but there is no way to compile it to an iPhone app and/or check if your code is working properly.
You'll need a mac for that or MonoTouch as said above.
If you want to create games, you can use Unity 3D but that also is not free software.

- 16,153
- 28
- 98
- 139