简体   繁体   English

底座 SDK Xcode 3.2.6

[英]Base SDK Xcode 3.2.6

Just wondering, I have created an application and ran it on an iPhone 3GS using Xcode 3.2.6.只是想知道,我创建了一个应用程序并使用 Xcode 3.2.6 在 iPhone 3GS 上运行它。 No problems there.那里没有问题。 Now, I'm trying to run the same application but on a 3G iPhone.现在,我尝试在 3G iPhone 上运行相同的应用程序。 I need to lower the base sdk to at least 4.1 however my only options are 4.3.我需要将基本 sdk 降低到至少 4.1,但我唯一的选择是 4.3。 I can manually enter a number within the info.plist however then I just get base sdk missing.我可以在 info.plist 中手动输入一个数字,但是我只是缺少基本的 sdk。

I have already tried changing the base sdk under the architecture pannel, as well as the ios deployment target.我已经尝试在架构面板下更改基础 sdk 以及 ios 部署目标。

how can i get base sdk to become 4.1 in xcode 3.2.6??我怎样才能让基础 sdk 在 xcode 3.2.6 中成为 4.1?

Thanks, Anthony谢谢,安东尼

  1. Please set the "Base SDK" to "Latest iOS", ie iOS 4.3 at this time.此时请将“Base SDK”设置为“Latest iOS”,即iOS 4.3。

  2. Please set the "iOS Deployment Target" to the minimum iOS version you like, such as iOS 3.1.请将“iOS 部署目标”设置为您喜欢的最低 iOS 版本,例如 iOS 3.1。

Please get more details in the Xcode readme PDF file.请在 Xcode 自述文件 PDF 文件中获取更多详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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