简体   繁体   中英

Can I install iphone application developed in iphone sdk 3.1.3 on iphone3.0?

I am having unlocked iphone 3.0 which I want to use for the development purpose. But my problem is I have iphone sdk 3.1.3 installed on my mac.

So can I install iphone application developed in iphone sdk 3.1.3 on iphone 3.0....

Can anyone help me with this.....

Thanx in advace......

There are two settings that control this the Base SDK and iPhone OS Deployment Target, both accessible in Project settings within XCode.

You want to keep your Base SDK set to the latest stable version at all times and then set your deployment target to the older version you want to support.

In this case:

Base SDK = 3.1.3

iPhone OS Deployment Target = iPhone OS 3.0

This is the practice recommended by Apple. If there are features that you want to use that are available in the newer SDK but not in an older version you can test specifically for those features.

您可以使用3.1.3 SDK为iphone 3.0操作系统直接编译应用程序。

您可以在此处找到操作方法: 指定Buildtime环境 (在“设置基本SDK”部分中)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM