What challenges are there in making an iPhone IDE for Windows/Linux?

Posted by Moshe on Stack Overflow See other posts from Stack Overflow or by Moshe
Published on 2010-03-08T20:03:02Z Indexed on 2010/03/08 20:06 UTC
Read the original article Hit count: 310

First of all, is this possible?

If so:

What challenges would I encounter in making an XCode imitation for iPhone/iPod development for Windows or Linux?

I was thinking about using gcc as the actual compiler for the objecitve-c. Will that work?

It doesn't need to compile to iPhone OS until it is to be tested on the device or submitted to the app store. Perhaps it will be easier to compile to the local OS format (Windows or Linux) until "prime-time".

© Stack Overflow or respective owner

Related posts about not-programming-related

Related posts about porting