0

I'm new to iPhone programming. Can I run Xcode on windows system? Is it possible to build an iPhone app on windows pc?

Dilip Manek
  • 9,095
  • 5
  • 44
  • 56
Vineet Jha
  • 11
  • 1

1 Answers1

2

No. Xcode only runs on Mac OS X. You'll need to buy a Mac - and a recent one too, because the latest version of Xcode only runs on 10.8 now.

You can use platforms like Monotouch and Unity to develop on Windows, but you'll still need a Mac for simulation/testing and deployment.

Dai
  • 141,631
  • 28
  • 261
  • 374