vote up 24 vote down star
14

Is there any way to tinker with the iPhone SDK on a Windows machine? Is there plans for an iPhone SDK version for Windows?

The only other way I can think of doing this is to run a Mac VM image on VMWare server running on Windows, although I'm not too sure how legal this is.

flag

80% accept rate
1  
is it worth for developing for iphone on windows or it is easier and less effortable to buy mac mini and develop on mac ? – Barbaros Alp Mar 7 at 17:29
2  
Some of us don't have $500 dollars to throw around at $250 worth of hardware and a pretty logo. :-) – stu Oct 5 at 22:11

10 Answers

vote up 11 vote down check

You'll have to get a Mac to build a real iPhone app, but you can get started with Objective C on a Windows using the gcc compiler.

You can download GNUStep for Windows - the wiki there has a tutorial for getting started with Objective C.

http://www.gnustep.org/experience/Windows.html

link|flag
vote up 32 vote down

It's certainly possible to develop on a windows machine, infact my first app was exclusively developed on the old Dell Precision I had at the time :)

There are two routes;

  1. Install OSX86 (aka iATKOS / Kalyway) on a second partition/disk and dual boot.
  2. Run OSX Server under VMWare.

The first route requires modifying (or using a pre-modified) image of Leopard that can be installed on a regular PC. This is not as hard as you would think, although your success/effort ratio will depend upon how closely the hardware in your PC matches that in Mac hardware - e.g. if you're running a Core 2 Duo on an Intel Motherboard, with a NVidia graphics card you are laughing. If you're running an AMD machine or something without SSE3 it gets a little more involved.

If you purchase (or already own) a version of Leopard then this is a gray area since the Leopard EULA states you may only run it on an "Apple Labeled" machine. As many point out if you stick an Apple sticker on your PC you're probably covered.

The second option is the more costly. The EULA for the workstation version of Leopard prevents it from being run under emulation and as a result there's no support in VMWare for this. Leopard server however CAN be run under emulation and can be used for desktop purposes. Leopard server and VMWare are expensive however.

If you're interested in option 1) I would suggest starting at forum.insanelymac.com and reading the OSX86 sections.

I do think you should consider whether the time you will invest is going to be worth the money you will save though. It was for me because I enjoy tinkering with this type of stuff and I started during the early iPhone betas, months before they app store became available.

Alternatively you could pickup a low-spec Mac Mini from eBay. You don't need much horse power to run the SDK and you can always sell it on later if you decide to stop development or buy a better mac.

link|flag
Mac OS X Server can only be virtualized legally on Apple hardware, afaik. – LKM Oct 13 '08 at 9:55
2  
so that leaves you with OSX86 - oh, wait. – username Jan 21 at 11:05
+1 for "Mac Mini from eBay." Just make sure it's got an Intel CPU! – Dennis Palmer Jun 3 at 23:14
6  
+1 for "if you stick an Apple sticker on your PC you're probably covered." – Seun Osewa Jul 19 at 16:15
"if you stick an Apple sticker on your PC you're probably covered' LOL. Off course you not. But i think everyone understands that. +1. – YourComputerHelpZ Aug 24 at 9:38
vote up 7 vote down

Miguel de Icaza of Mono posted about using and compiling Mono (a Linux port of the .NET Framework) on the iPhone.

link|flag
vote up 3 vote down

The iPhone SDK is currently for Mac OS X only. Apple may or may not release a version that runs on Windows, who knows?

Virtualizing Mac OS X is in violation of the licence agreement.

link|flag
Mac OS X Server can be legally virtualized - although only on Apple hardware :-) – LKM Oct 13 '08 at 9:54
@LKM that makes it not sensefull to post such a comment on a question like this – YourComputerHelpZ Aug 24 at 9:39
vote up 1 vote down

Check out this:

http://www.xmlvm.org/overview/

It is a project that attempts to be able to cross-compile programs written in a variety of source languages to a variety of target languages. One of the initial test cases was to write programs in Java and run them on an iPhone. Watching the video on the site is worthwhile.

With that said, I haven't tried it. The project seems quite beta, and there isn't a lot of activity on their SourceForge site.

link|flag
vote up 1 vote down

Use the airplay sdk (for iphone you will still need a mac to sign your application, but that's it, all the development / testing can be done on windows). It is free for iphone development unless you make more than 50K USD / year

http://www.ideaworkslabs.com/products/index.html

link|flag
vote up 0 vote down

There are no plans yet for a Windows version of the SDK and I wouldn't expect one until at least a few years.

And I don't think you will be able to run a Mac VM image in VMWare. Mac OS X requires specific device signatures that you won't have in VMWare.

link|flag
vote up 0 vote down

hey ive got mac os working on my pc but the sdk is in my downloads folder on my xp pc and i cant get to it inside the virtual machine. any ideas?

link|flag
use 3G NTFS, or any other. Look on Google for something like ´NTFS read/write support mac' – YourComputerHelpZ Aug 24 at 9:35
vote up 0 vote down

You can try dual-booting mac os x on your computer. There is no iPhone SDK for Windows, and I doubt there ever will be. Porting Xcode, IB, Instruments, etc. would be a huge task.

link|flag
vote up 0 vote down

Karl, are you booting into OSX or running it within XP? If your running within XP setup an FTP server on the XP and from the OSX ftp into the xp. Or use a usb drive or burn to CD/DVD.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.