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 9.1 中创建 .mm 文件。当我添加文件并选择 c 文件时,它会创建 .m 文件,当我选择 c++ 时,它会创建 .cpp 文件。请建议我如何在 Xcode 9.1 中创建 .mm 文件。
您只需将扩展名更改为 .mm。在 Xcode 中没有创建扩展名为 .mm 的文件的选项。参考这个。