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 之外的编辑所做的更改。您必须返回 Xcode 并触摸您已编辑的文件。或者做一个完整的构建。