It could be a duplicate. Is there a way to install older iOS SDKs in Xcode ? I'm not interested in backward compatibility, I'm just trying to use Apple samples.
Apple Quartz Demo does not work under Xcode 4.3.1 (4E1019) using the iOS 5.1 SDK. iOS 5.1 is the only base SDK. The deployment target is 3.2, and I tried to compile with LLVM-GCC and LLVM-3.1.
From the settings โ Downloads, I believe that I have all the components and documentation installed by Xcode. Unfortunately, I do not see any mobile libraries except iOS 5.1.
How to install earlier iOS SDKs so that I can continue to use Apple Demos? Or is it more an apple alpha / beta package that should never have been released for general consumption?
Jeff
source share