How does an app with lower base sdk work?

前端 未结 7 1362
悲&欢浪女
悲&欢浪女 2021-01-05 08:24

In XCode I can specify Base SDK. I am wondering how does that work behind the scenes? If I am running an app, for example, on a device that has iOS 7 and my base SDK is iOS

7条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-05 09:15

    Base SDK is the SDK that you want to use to build the app. Use "Deployment target" to specify the minimum OS you want your app to run on.

    If you want to know the iOS version, check out this question.

提交回复
热议问题