kennedysee
kennedysee

Reputation: 1

iPhone SDK install into Linux

Can I install the iPhone SDK on a Linux platform?

Upvotes: 0

Views: 1570

Answers (3)

Colin Pickard
Colin Pickard

Reputation: 46643

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

See iOS SDK.

Upvotes: 1

Praseed Pai
Praseed Pai

Reputation: 1

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

Upvotes: 0

Jasarien
Jasarien

Reputation: 58448

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.

Upvotes: 0

Related Questions