tags:

views:

577

answers:

1

I don't have a Mac, but I have an iPhone. I want to develop applications for iPhone. After some research I think I need just the headers and library from the free SDK, and a GCC build that supports ARM/Mach-O. Apple released the code for GCC used in the iPhone SDK (they had to), So I think if I could build it on Windows or Linux, I can use it with the headers and libs from the SDK to develop iPhone apps.

I can then install the app on any Jailbroken iPhone.

How to build it on any non Apple machine?

+1  A: 

Look into winchain - this tool builds the iphone chain on windows allowing you to compile iphone apps on windows:

http://code.google.com/p/winchain/wiki/HowToUse

Adam Davis
I downloaded it, I didn't try it yet.But it looks like a pre-Build Tool Chain, and it's a not maintained project (2007)I want to know how to build the ToolChain from the source on Windows or Linux.
Bahaa Zaid