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.
我有想要包含在我的 Xcode 项目中的文件夹,但我希望它保留它的结构(子文件夹等)。当我将它拖到 Xcode 中的资源中时,它会将该文件夹扩展为 Xcode 项目中的一个组。
我还希望它保留它的结构,这样我就可以添加和删除文件,而无需不断地将修改后的文件夹重新添加到项目中。
添加包时,选择“为任何添加的文件夹创建文件夹引用”选项。Xcode 将创建对该目录的引用,并在每次重建包时注意更改。