tags:

views:

72

answers:

1

Apple released iPhone SDK for Mac OS 10.6.x and I only have 10.5 and have no plans to upgrade, so I wonder how can I trick for latest iPhone SDK the version number that is 10.6?

+4  A: 

I suspect you will find that the reason for the minimum version requirement is that the iPhone SDK uses features that exist only on 10.6, and will not run correctly on 10.5.

David Gelhar
This is correct. Xcode 3.2 and later requires Snow Leopard, due to new OS features it uses. I highly recommend upgrading to Snow Leopard for the new Xcode, if only for built-in access for the Clang Static Analyzer.
Brad Larson