开发者

What's the real difference between Base SDK and Deployment Target or Deployment OS Version?

开发者 https://www.devze.com 2023-01-17 07:08 出处:网络
Want to make sure I got that right: Base SDK = What you\'re building against. If it\'s set to 4.1, then you build against the 4.1 SDK.

Want to make sure I got that right:

Base SDK = What you're building against. If it's set to 4.1, then you build against the 4.1 SDK.

Deployment OS Version / Deployment Target = The lower end, or the oldest platform your app is aimed to support. If different than Base SDK or the SDK you build against, then you must do conditional checks so that older OS versions won't see a crash when your app calls something开发者_Python百科 of newer ones, up to the Base SDK.

Is that correct?


Yes, that's correct

To the run-time checks I would also add weak linking with the frameworks added in new SDK versions.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号