Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用在应用商店中,我意识到由于使用了 AutoLayout,它无法在 iOS5 及更低版本的设备上运行。有没有办法可以限制下载仅适用于 iTunesConnect 中的 iOS6+ 设备?还是我必须重新提交二进制文件?
您必须在项目的目标设置中设置部署目标参数。这是一个将其设置为 >=5.0 的示例