Could I use iOS SDK 5.1 or earlier in Xcode 4.5.1?
I upgrade the xcode from 4.2 to 4.5.1 and find that the iOS SDK 5.1 is missing, there's only iOS SDK 6.0.
The project I used to create under iOS SDK 5.1 got the following compiler error:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/De veloper/SDKs/iPhoneSimulator6.0.sdk/usr/include/libxml2/libxml/xmlschemas.h:95:8 6: Expected ';' after top level declarator
My compiler version is Apple LLVM compiler 4.1
And I don't understand why there's the compile error in SDK 6.0's header file
iOS 6