tags:

views:

529

answers:

6

Hi all is there way to build iPhone app on linux without using xcode.I want to make use of ant.

+1  A: 

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

seengee
A: 

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

Carlos Tasada
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"
seengee
You're right, but you can run a Linux in an IntelMac, right? ;)
Carlos Tasada
+1  A: 

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.

AlyxVF
A: 

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.

MrThys
+2  A: 

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

Cristi Băluță
A: 

I think xcode is making use of GCC compiler.What xcode build command does that i want to do on linux.