IOS understands the meaning of the BaseSDK and DeploymentTarget of the iPhone Project

Source: Internet
Author: User

Many iPhone OS versions are available. Many users have not upgraded to the latest version for various reasons, which makes it difficult for our developers. As developers, we all hope that the more the audience of the software, the better. How can I make the software adapt to the most iPhone OS? Here we should understand the Base SDK and Deployment Target of the iPhone project.

Base SDK refers to the SDK version currently compiled. IPhone OS Deployment Target refers to the system version on which the compiled program will run.
A more simple and practical statement is described as follows:

The Base SDK is set to the highest sdk version supported by xcode, for example, "iphone Device 4.0 ″. The iPhone OS Deployment Target is set to the lowest supported iPhone OS version, for example, "iPhone OS 3.0 ″.


In this way, your program can run on devices from iPhone OS 3.0 to 4.0. Of course, the premise is that you do not use the newly added API 4.0.

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.