i have the latest XCode 4.5.2 with all the iOS6 framework installed.
But i want to create projects available for iOS 5, 5.1 and 6.
I have added MapKit Framework but i can only choose iOS 6 frameworks.
Is there a place to download old frameworks to make application available to everyone ?
or may this iOS 6 Framework works on 5.0 projects ?
Thanks
Change your deployment target to 5.0. Make sure to weak reference the Frameworks that are relevant only for iOS 6.0, if there are any.