首页 > 解决方案 > When you build an iOS app for testing, can you have it end up in a folder?

问题描述

This has been a really difficult question to Google: When you click on build, and Xcode puts the app on your physical iPhone, is there a way to force that app into a folder, rather than just the first open spot on the springboard?

标签: iosxcode

解决方案


不可以。当您第一次将应用程序发送到设备时,无法告诉 Xcode 在您的 iOS 设备上安装应用程序的位置。

当然,在初始安装后,您可以将应用程序放在 iOS 设备上您想要的位置,然后每次通过 Xcode 更新应用程序时它都会保留在那里。但是,如果您从 iOS 设备中删除该应用程序,然后通过 Xcode 进行构建,该应用程序将再次进入第一个打开位置。


推荐阅读