Mac 编译模拟器失败

Mac 编译模拟器失败
Creator版本2.3.2
X-Code版本12.3

192:cocos2d-x zhanfei$ gulp gen-simulator
[22:43:04] Using gulpfile /Users/Project/Creator2.3.2/DesignEng3/cocos2d-x/gulpfile.js
[22:43:04] Starting ‘gen-simulator’…
running: ‘mkdir -p /Users/Project/Creator2.3.2/DesignEng3/cocos2d-x/tools/simulator/src && “python” “/Users/Project/Creator2.3.2/DesignEng3/cocos2d-x/tools/cocos2d-console/bin/cocos.py” compile -p mac -m debug -o “/Users/Project/Creator2.3.2/DesignEng3/cocos2d-x/simulator/mac” --no-res --compile-script 0’

Building mode: debug
Building…
running: ‘xcodebuild -project “/Users/Project/Creator2.3.2/DesignEng3/cocos2d-x/tools/simulator/frameworks/runtime-src/proj.ios_mac/simulator.xcodeproj” -configuration Debug -target “Simulator Mac” CONFIGURATION_BUILD_DIR="/Users/Project/Creator2.3.2/DesignEng3/cocos2d-x/simulator/mac"’

Command line invocation:

/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project /Users/Project/Creator2.3.2/DesignEng3/cocos2d-x/tools/simulator/frameworks/runtime-src/proj.ios_mac/simulator.xcodeproj -configuration Debug -target “Simulator Mac” CONFIGURATION_BUILD_DIR=/Users/Project/Creator2.3.2/DesignEng3/cocos2d-x/simulator/mac

Build settings from command line:
CONFIGURATION_BUILD_DIR = /Users/Project/Creator2.3.2/DesignEng3/cocos2d-x/simulator/mac

note: Using new build system

note: Planning build

note: Constructing build description

warning: The macOS deployment target ‘MACOSX_DEPLOYMENT_TARGET’ is set to 10.8, but the range of supported deployment target versions is 10.9 to 11.1.99. (in target ‘libcocos2d Mac’ from project ‘cocos2d_libs’)

warning: ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no run destination to provide an active architecture; building for all applicable architectures (in target ‘libcocos2d Mac’ from project ‘cocos2d_libs’)

warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set ‘ALWAYS_SEARCH_USER_PATHS’ to NO. (in target ‘libcocos2d Mac’ from project ‘cocos2d_libs’)

warning: Skipping duplicate build file in Copy Headers build phase: /Users/Project/Creator2.3.2/DesignEng3/cocos2d-x/cocos/platform/CCApplication.h (in target ‘libcocos2d Mac’ from project ‘cocos2d_libs’)

warning: OpenGL is deprecated. Consider migrating to Metal instead. (in target ‘libcocos2d Mac’ from project ‘cocos2d_libs’)

error: The linked library ‘libuv_a.a’ is missing one or more architectures required by this target: arm64. (in target ‘libcocos2d Mac’ from project ‘cocos2d_libs’)

error: The linked library ‘libtiff.a’ is missing one or more architectures required by this target: arm64. (in target ‘libcocos2d Mac’ from project ‘cocos2d_libs’)

error: The linked library ‘libwebp.a’ is missing one or more architectures required by this target: arm64. (in target ‘libcocos2d Mac’ from project ‘cocos2d_libs’)

error: The linked library ‘libwebsockets.a’ is missing one or more architectures required by this target: arm64. (in target ‘libcocos2d Mac’ from project ‘cocos2d_libs’)

error: The linked library ‘libcrypto.a’ is missing one or more architectures required by this target: arm64. (in target ‘libcocos2d Mac’ from project ‘cocos2d_libs’)

error: The linked library ‘libcurl.a’ is missing one or more architectures required by this target: arm64. (in target ‘libcocos2d Mac’ from project ‘cocos2d_libs’)

error: The linked library ‘libssl.a’ is missing one or more architectures required by this target: arm64. (in target ‘libcocos2d Mac’ from project ‘cocos2d_libs’)

error: The linked library ‘libpng.a’ is missing one or more architectures required by this target: arm64. (in target ‘libcocos2d Mac’ from project ‘cocos2d_libs’)

error: The linked library ‘libjpeg.a’ is missing one or more architectures required by this target: arm64. (in target ‘libcocos2d Mac’ from project ‘cocos2d_libs’)

error: The linked library ‘libv8_monolith.a’ is missing one or more architectures required by this target: arm64. (in target ‘libcocos2d Mac’ from project ‘cocos2d_libs’)

error: The linked library ‘libglfw3.a’ is missing one or more architectures required by this target: arm64. (in target ‘libcocos2d Mac’ from project ‘cocos2d_libs’)

warning: The macOS deployment target ‘MACOSX_DEPLOYMENT_TARGET’ is set to 10.8, but the range of supported deployment target versions is 10.9 to 11.1.99. (in target ‘Simulator Mac’ from project ‘simulator’)

warning: ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no run destination to provide an active architecture; building for all applicable architectures (in target ‘Simulator Mac’ from project ‘simulator’)

warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set ‘ALWAYS_SEARCH_USER_PATHS’ to NO. (in target ‘Simulator Mac’ from project ‘simulator’)

warning: OpenGL is deprecated. Consider migrating to Metal instead. (in target ‘Simulator Mac’ from project ‘simulator’)

warning: ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no run destination to provide an active architecture; building for all applicable architectures (in target ‘libsimulator Mac’ from project ‘libsimulator’)

** BUILD FAILED **

Build failed: Take a look at the output above for details.

Error running command, return code: 13.

[22:43:09] ‘gen-simulator’ errored after 4.87 s
[22:43:09] Error: Generate simulator failed
at formatError (/usr/local/lib/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^3.7.0/format-error.js:20:10)
at Gulp. (/usr/local/lib/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^3.7.0/log/events.js:41:15)
at Gulp.emit (events.js:198:13)
at Gulp.Orchestrator._emitTaskDone (/Users/Project/Creator2.3.2/DesignEng3/cocos2d-x/node_modules/orchestrator/index.js:264:8)
at /Users/Project/Creator2.3.2/DesignEng3/cocos2d-x/node_modules/orchestrator/index.js:275:23
at finish (/Users/Project/Creator2.3.2/DesignEng3/cocos2d-x/node_modules/orchestrator/lib/runTask.js:21:8)
at cb (/Users/Project/Creator2.3.2/DesignEng3/cocos2d-x/node_modules/orchestrator/lib/runTask.js:29:3)
at ChildProcess.child.on (/Users/Project/Creator2.3.2/DesignEng3/cocos2d-x/gulpfile.js:165:17)
at ChildProcess.emit (events.js:198:13)
at maybeClose (internal/child_process.js:982:16)
192:cocos2d-x zhanfei$ gulp gen-libs
[23:02:41] Using gulpfile /Users/Project/Creator2.3.2/DesignEng3/cocos2d-x/gulpfile.js
[23:02:41] Task ‘gen-libs’ is not in your gulpfile
[23:02:41] Please check the documentation for proper gulpfile formatting
192:cocos2d-x zhanfei$

Mac 电脑上大家都没遇到过这个问题吗?

同一个问题,有人搞定吗?

这个问题这么厉害,就没有大侠管管?