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

前端 未结 2 453
后悔当初
后悔当初 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

提交回复
热议问题