Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Mac OS X SDK 10.5 on Snow Leopard

Tags:

xcode

macos

Is there an easy way to install / download the Mac OS X 10.5 SDK on Snow Leopard?

I have Xcode 4.0 installed via the Mac App Store. I can also download it from the developer site if necessary but I don't know if it includes the 10.5 SDK.

I need the 10.5 SDK for building Android. It is a hard requirement stated in the docs. I tried symlinking to the 10.6 SDK but that didn't work.

(Perhaps it would be OK to get the SDK from an older Mac that is actually running 10.5 and has an older version of Xcode installed? Would that work?)

like image 402
Tomas Andrle Avatar asked Dec 27 '22 23:12

Tomas Andrle


1 Answers

The 10.5 sdk is not available for XCode 4.0. You will need to keep XCode 3.2.6 if you need it.

like image 167
Thomas Avatar answered Dec 31 '22 14:12

Thomas