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 将仅包含已添加到项目复制捆绑资源构建阶段的文件。
您可以通过选择您的项目来查看这些文件,单击目标,选择构建阶段选项卡,然后单击复制捆绑资源。