napperley
04/28/2020, 6:44 AMld.lld: error: undefined symbol: g_object_unref
This error is occurring with a Kotlin Native project (generates a binary) that depends on the GUI Vista IO library (contains gio dependency), which in turn depends on the GUI Vista Core library (contains glib dependency). The missing symbol is found in the glib library which for some reason isn't being linked.