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.
当我选择文件并找到refactor->rename 时,它表明Xcode 只能重构C 或Object-C 代码。这是否意味着我永远无法更改我的文件名?
当然,如果我直接更改磁盘中的文件名,那会报错。
你当然可以用老式的方式改变它。缓慢双击项目树中的文件名让我重命名它。之后,您只需要修复对该文件的所有引用(编译 -> 修复错误),您就完成了。
要在 Xcode 9 中重命名 C++ 文件,您可以
重命名 C++ 文件后,您必须自己修复所有引用。