Your Mac runs a version of OS X which is lower than your project's minimum deployment target

前端 未结 2 433
后悔当初
后悔当初 2021-01-05 13:15

I have created a cocoa framework and test application to check framework functionalities.I used 10.9.2 osx version. It is working fine on 10.9.2. When i am running this on o

相关标签:
2条回答
  • 2021-01-05 13:59

    The setting to change the minimum deployment version is harder to find than the previous post suggests.

    It is not located in the "Project settings" in the Xcode File menu, you need to click on your project in the left-hand nav -> General tab -> Deployment target. See pic.

    enter image description here

    0 讨论(0)
  • 2021-01-05 14:06

    You need to set the Deployment target to 10.8 if you want to support OSX 10.8 and above. It can be found under project settings -> info.

    0 讨论(0)
提交回复
热议问题