cogentcore / core

A free and open source framework for building powerful, fast, and elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the Web with a single pure Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.31k stars 71 forks source link

core example: basic: link error #969

Closed susugagalala closed 4 weeks ago

susugagalala commented 1 month ago

Describe the bug

basic hello world example in examples folder of core linkage error: ld: library not found for -lMoltenVK

How to reproduce

go to: examples/basic folder of core run: go build

Example code

No response

Relevant output

No response

Platform

macOS

kkoreilly commented 1 month ago

As stated on the Cogent Core website, to develop Cogent Core apps, you must install the Cogent Core tool and then run core setup to install necessary platform specific dependencies.

kkoreilly commented 4 weeks ago

My comment above resolves this issue, so I will close this. Please let me know if you have any other problems.