You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
Hı, I am trying to use Bevy and zld install is required for fast compiles.
I installed Xcode and command tools and then tried to install zld with brew got this error:
brew install michaeleisel/zld/zld
==> Downloading https://github.com/michaeleisel/zld/archive/709187361b9871984eaf92057c74cc4aa4a4906f.zip
Already downloaded: /Users/kadiryazici/Library/Caches/Homebrew/downloads/328f1bc7a9d146e93da3220cd2711fcb2588882dff94fb642e3984e0e7a8b65d--zld-709187361b9871984eaf92057c74cc4aa4a4906f.zip
==> Installing zld from michaeleisel/zld
==> make clean
==> make build_homebrew
Last 15 lines from /Users/kadiryazici/Library/Logs/Homebrew/zld/02.make:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_sandbox.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_secinit.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_symptoms.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/system/libsystem_trace.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/system/libunwind.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/system/libxpc.tbd
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
Ld /tmp/zld-20220923-13100-r56hs7/zld-709187361b9871984eaf92057c74cc4aa4a4906f/build/Build/Products/Release/zld normal (in target 'zld' from project 'zld')
(1 failure)
make: *** [build_homebrew] Error 65
Do not report this issue to Homebrew/brew or Homebrew/core!
The text was updated successfully, but these errors were encountered:
Hı, I am trying to use Bevy and
zld
install is required for fast compiles.I installed Xcode and command tools and then tried to install zld with
brew
got this error:The text was updated successfully, but these errors were encountered: