andlabs / ui

Platform-native GUI library for Go.
Other
8.33k stars 651 forks source link

OSX: ld: warning: object file (...) was built for newer OSX version (10.13) than being linked (10.8) #294

Closed emf42 closed 6 years ago

emf42 commented 6 years ago

Whenever I run any files which import ui, my console gets flooded with linker warnings:

ld: warning: object file (/var/folders/g4/2y67jwvx46b6hpfbp_ycslzc0000gn/T/go-link-078172606/000024.o) was built for newer OSX version (10.13) than being linked (10.8)

The programs still work, and the gui opens, I just want a way to make these warnings go away.

The initial error when I did go get on this package was

ld: warning: object file ($GOPATH/go/src/github.com/andlabs/ui/libui_darwin_amd64.a(libui-combined.o)) was built for newer OSX version (10.12) than being linked (10.8)
andlabs commented 6 years ago

Duplicate of andlabs/libui#111

andlabs commented 6 years ago

I thought that issue was on this repo the whole time, huh... But yes, Alpha 4 should fix it, when that comes out.