- 报错:
Ignoring file '/usr/local/Cellar/glfw/3.3.4/lib/libglfw.3.3.dylib': found architecture 'x86_64', required architecture 'arm64'
Undefined symbols:
Linker command failed with exit code 1 (use -v to see invocation)
解决: - 重新安装brew reinstall glfw(检查是不是arm64)
- Library Search Paths /usr/local/lib改成/opt/homebrew/lib
- header Search Paths /usr/local/include改成/opt/homebrew/include
- Link Binary With Libraries记得也替换成arm64的glfw
- copy file也记得改
M芯片 mac配置Vulkan环境报错 Xcode
Justgoodnight2024-03-31 13:50
相关推荐
pe7er3 天前
macOS 应用无法打开(权限问题)解决方案iOS日常3 天前
iOS设备崩溃日志获取与查看iOS日常4 天前
Xcode 垃圾清理harmful_sheep5 天前
mac生效的终端查看千里马-horse5 天前
Building a Simple Engine -- Advanced Topics--Planar reflectionsiOS门童6 天前
macOS 应用"已损坏"无法打开?一文搞懂 Gatekeeper 与解决方案NPE~6 天前
[工具分享]Maccy —— 优雅的 macOS 剪贴板历史管理工具差不多程序员6 天前
Mac安装OpenClaw-cn保姆级教程dzl843946 天前
mac 安装pythonBruce_Liuxiaowei6 天前
在 macOS 上通过 Docker 本地安装 OpenClaw 完整教程