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

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

提交回复
热议问题