Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

2 Answers

up vote 2 down vote accepted

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.

share|improve this answer
yes i have put Deployment Target to 5.0 but when i had a Library via Link Library in Build Phases, i can only find IOS6 libraries .. does it matter or should i really have ios5.0 libraries there ? – Fredv Jan 16 at 9:45

Go to cocoapods.org it's a script that will download and install external frameworks to your project. You can even set the version of iOS you are using.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.