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
BUILD_DIR=out/debug
ninja: Entering directory `out/debug'
ninja: no work to do.
using C++ standard library /usr/local/Cellar/llvm/13.0.1_1/lib/libc++.a
create out/debug/libwgpu.a
create out/debug/libwgpu.dylib
ld64.lld: error: library not found for -lc
ld64.lld: error: framework not found for -framework CoreFoundation
ld64.lld: error: framework not found for -framework CoreGraphics
ld64.lld: error: framework not found for -framework QuartzCore
ld64.lld: error: framework not found for -framework IOSurface
ld64.lld: error: framework not found for -framework Metal
ld64.lld: error: framework not found for -framework IOKit
ld64.lld: error: framework not found for -framework Cocoa
ld64.lld: error: library not found for -lc++
ld64.lld: error: undefined symbol: __Unwind_Resume
referenced by out/debug/lto.cache/llvmcache-FF7E9E2FE1E2CB845556D3819423A93FE9F9BBF9
ld64.lld: error: undefined symbol: _objc_msgSend
referenced by out/debug/CMakeFiles/wgpu1.dir/wgpu_metal.mm.o
BUILD_DIR=out/debug
ninja: Entering directory `out/debug'
ninja: no work to do.
using C++ standard library /usr/local/Cellar/llvm/13.0.1_1/lib/libc++.a
create out/debug/libwgpu.a
create out/debug/libwgpu.dylib
ld64.lld: error: library not found for -lc
ld64.lld: error: framework not found for -framework CoreFoundation
ld64.lld: error: framework not found for -framework CoreGraphics
ld64.lld: error: framework not found for -framework QuartzCore
ld64.lld: error: framework not found for -framework IOSurface
ld64.lld: error: framework not found for -framework Metal
ld64.lld: error: framework not found for -framework IOKit
ld64.lld: error: framework not found for -framework Cocoa
ld64.lld: error: library not found for -lc++
ld64.lld: error: undefined symbol: __Unwind_Resume
ld64.lld: error: undefined symbol: _objc_msgSend
ld64.lld: error: undefined symbol: __Unwind_Resume
ld64.lld: error: undefined symbol: __ZdlPv
ld64.lld: error: undefined symbol: __Znwm
ld64.lld: error: undefined symbol: __ZdlPv
ld64.lld: error: undefined symbol: OBJC_CLASS$_CAMetalLayer
ld64.lld: error: undefined symbol: ___gxx_personality_v0
ld64.lld: error: undefined symbol: ___cxa_guard_release
ld64.lld: error: undefined symbol: ___cxa_atexit
ld64.lld: error: undefined symbol: ___cxa_guard_acquire
ld64.lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
The text was updated successfully, but these errors were encountered: