I’m writing a Mac app in XCode 4 which works perfectly in Lion. However if someone tries to use it on Leopard it doesn’t run and says it needs Lion. How can I make my project backwards compatible? Thanks in advance!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to build against the 10.5 SDK (set
[SDKROOT]to 10.5) and set the minimum system version[MACOSX_DEPLOYMENT_TARGET]to 10.5.