简体   繁体   中英

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? My base SDK is 4.0 because I'm using xcode 3.2.4 and this is the only SDK I can use. 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. 替代文字

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. Try changing also the "active" one, this should fix the problem.

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