0

Can I install the iPhone SDK on a Linux platform?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
  • possible duplicate of [Starting iPhone app development in Linux?](http://stackoverflow.com/questions/276907/starting-iphone-app-development-in-linux) – Stephen Darlington Jun 04 '10 at 10:49

3 Answers3

1

No, it requires a Mac. Specifically, a Mac with an Intel chip, running Mac OS X 10.5 or later.

See iOS SDK.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Colin Pickard
  • 45,724
  • 13
  • 98
  • 148
  • There are some *very* convoluted methods to compile code for the iPhone on linux. I would not say that any of these really qualify as "installing the iPhone SDK on linux". – Colin Pickard Jun 04 '10 at 10:56
0

You can install GNUStep, which provides an SDK similar (though not identical) to Mac OS X. With GNUStep, you should be able to write application using at least the Foundation framework with Objective-C, but UIKit will not be available.

To this end, there is no way to install the iPhone SDK on Linux without installing Mac OS X into a Virtual Machine and then using that -- this, however, violates the terms and conditions you agreed to when creating a developer account with Apple.

Jasarien
  • 58,279
  • 31
  • 157
  • 188
0

To download the 3.2 version of SDK at this point of time , requires Snow Leoperd (10.6.2 or above ).