macos monterey构建卡住...

  • Creator 版本: 2.4.11/mac os monterey 12.4

  • 目标平台: iOS/Android

  • 重现方式:建立工程(2.4.11),构建android/iOS

就一直卡在creating native project…

Builder: do custom process [build-start]
[1915] Building /Users/augustlee/Documents/aligit/tinygames/ghostPuzzle
[1915] Destination /Users/augustlee/Documents/aligit/tinygames/ghostPuzzle/build/jsb-link
[  spawn-build-worker [                                        ] 0% 0.0s  ][1915] Start spawn build-worker
[1915] Cocos Service load base data!
(node:1950) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `CocosCreator Helper (Renderer) --trace-deprecation ...` to show where the warning was created)
[1915] Finish spawn build-worker
[1915] Delete /Users/augustlee/Documents/aligit/tinygames/ghostPuzzle/build/jsb-link/assets/**/*,/Users/augustlee/Documents/aligit/tinygames/ghostPuzzle/build/jsb-link/remote/**/*,/Users/augustlee/Documents/aligit/tinygames/ghostPuzzle/build/jsb-link/src/**/*
Cocos2dx root: /Applications/CocosCreator/Creator/2.4.11/CocosCreator.app/Contents/Resources/cocos2d-x
native environment string : COCOS_FRAMEWORKS=/Applications/CocosCreator/Creator/2.4.11/CocosCreator.app/Contents/Resources/;COCOS_X_ROOT=/Applications/CocosCreator/Creator/2.4.11/CocosCreator.app/Contents/Resources/cocos2d-x;COCOS_CONSOLE_ROOT=/Applications/CocosCreator/Creator/2.4.11/CocosCreator.app/Contents/Resources/cocos2d-x/tools/cocos2d-console/bin;NDK_ROOT=/Users/augustlee/Library/Android/sdk/ndk/19.2.5345600;ANDROID_SDK_ROOT=/Users/augustlee/Library/Android/sdk
[1915] Checked Python Version [2.7.18]
Cocos2dx root: /Applications/CocosCreator/Creator/2.4.11/CocosCreator.app/Contents/Resources/cocos2d-x
[1915] Creating native cocos project to  /Users/augustlee/Documents/aligit/tinygames/ghostPuzzle/build/jsb-link
[  creating native project [==                                      ] 5% 0.0s  ]Cocos2dx root: /Applications/CocosCreator/Creator/2.4.11/CocosCreator.app/Contents/Resources/cocos2d-x

hmmmmmmm
权限问题,,,,chmod +x就可以了。。。。。。。。

结帖

求稳 为啥我都授权了 还是卡 没有解决 我把项目目录 引擎目录 都授权了 python也授权了 没有解决

我也是遇到同样的问题,但是我感觉和权限没关系。 老项目可以正常link模式 构建。 新项目helloworld link模式就卡在构建中

是的 大家 一起解决一下