简体   繁体   English

xcode:如何确保二进制文件的部署目标设置为3.0?

[英]xcode : How do I make sure the deployment target of my binary is set at 3.0?

How do I make sure the deployment target of my binary is set at 3.0? 如何确保二进制文件的部署目标设置为3.0? My base SDK is 4.0 because I'm using xcode 3.2.4 and this is the only SDK I can use. 我的基本SDK是4.0,因为我使用的是xcode 3.2.4,这是我唯一可以使用的SDK。 I thought it was possible to get the binary to target 3.0 using the settings in the Build properties but when I upload the binary to iTunes Connect it still says the minimum os is 4.0. 我认为可以使用Build属性中的设置将二进制文件定向到3.0,但是当我将二进制文件上传到iTunes Connect时,它仍然说最小操作系统为4.0。 替代文字

What you are doing is basically right however there is more than one target. 您所做的基本上是正确的,但是有多个目标。 When you go to the menu->project-> there are 3 target options, one of the is "active" target, I know it seems the same as changing the configuration, but it's not. 当您进入菜单->项目->时,有3个目标选项,其中一个是“活动”目标,我知道这似乎与更改配置相同,但并非如此。 Try changing also the "active" one, this should fix the problem. 尝试也更改“活动”的,这应该可以解决问题。

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

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