环境是mac mini M2, macos 14.4.1, xcode 15.4
依照手册 定制引擎 做的
从Github上抓取3.8.4 branch的代码,
然后在engine根目录做 npm install后
再到 native 下做 npm install 及 gulp init
接着再做 gulp gen-simulator
❯ gulp gen-simulator ─╯
[06:07:06] Using gulpfile /Volumes/idea/cc/engines/3.8/native/gulpfile.js
[06:07:07] Starting 'gen-simulator'...
remove old simulator project
=====================================
make project
=====================================
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:4 (project):
No CMAKE_CXX_COMPILER could be found.
-- Configuring incomplete, errors occurred!
cmake finished!
=====================================
build project
=====================================
2024-05-18 06:07:10.960 xcodebuild[951:10983437] Writing error result bundle to /var/folders/wj/1cs10q7j7jq_dt3334gbyvtr0000gn/T/ResultBundle_2024-18-05_06-07-0010.xcresult
xcodebuild: error: 'SimulatorApp.xcodeproj' does not exist.
cmake finished!
[06:07:12] Finished 'gen-simulator' after 5.06 s
输出的结果是找不到 SimulatorApp.xcodeproj
请教各位前辈如何正确的操作,感谢