1

Possible Duplicate:
iPhone development on Windows

Xcode 4 only works on Mac and I am getting project requests for iOS and I need to develop iOS applications without uying a Mac. I have a Windows PC. Is there an IDE which works well with iOS SDK or is developing C++ code which uses iOS SDK libraries the only choice?

Community
  • 1
  • 1
Uğur Gümüşhan
  • 2,455
  • 4
  • 34
  • 62
  • http://stackoverflow.com/questions/113547/iphone-development-on-windows – Aziz Apr 21 '12 at 11:54
  • Please note that that very popular, but closed, question has many good answers which were valid when given in 2008-2009. Times have changed. – DOK Apr 21 '12 at 12:03

3 Answers3

1

If you are familiar with C#, consider monotouch. You will need a mac to register the app in any case.

Community
  • 1
  • 1
0

In your situation, if you have no Mac around, it will be better and easier to use VirtualBox (or VMware) and install MacOS there. And to develop inside the VB.

mega.venik
  • 648
  • 6
  • 13
0

One newer solution which is open source is called MonoCross. Here's a link to their site, and here's the Google code site. From their site:

Monocross is an open source cross-platform mobile framework using C# .NET and the Mono framework. Monocross lets you create beautiful applications on iPads, iPhones, Android devices, Windows Phone 7, and Webkit enabled phones.

It uses C#. No C++ required.

Edit: MonoCross uses MonoTouch.

Community
  • 1
  • 1
DOK
  • 32,337
  • 7
  • 60
  • 92