-
|
Beta Was this translation helpful? Give feedback.
Answered by
domchen
Jun 9, 2025
Replies: 1 comment 1 reply
-
我们是使用CLion。IDE无所谓,主要是基于CMake配置进行开发,你手动直接用CMake命令行编译项目都行,VSCode作为IDE也行。那个XCode工程不是用来开发的,只是单向生成平台相关工程,方便用XCode调试。 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
domchen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我们是使用CLion。IDE无所谓,主要是基于CMake配置进行开发,你手动直接用CMake命令行编译项目都行,VSCode作为IDE也行。那个XCode工程不是用来开发的,只是单向生成平台相关工程,方便用XCode调试。