mimshipio

Results 2 comments of mimshipio

After reinstalling xcode I now get the following error Spoiler warning ``` /opt/homebrew/Cellar/go/1.18.3/libexec/pkg/tool/darwin_arm64/link: running clang failed: exit status 1 Undefined symbols for architecture arm64: "_objc_msgSend$IBeamCursor", referenced from: __glfwPlatformCreateStandardCursor in 000002.o...

I have ncurses programs running on my computer, so you're right that it should be supported. I can compile ncurses programs written in c, with `gcc -lform -lncurses` so I...