Dynamic cgo lib for iOS

Hi. I’m facing the issue of using 2 go libraries in the same iOS projects due to conflicting go runtime symbols. Libraries are statically built with buildmode=c-archive parameter. Why doesn’t go build support buildmode=c-shared for iOS and are there any plans to provide that support? My current workaround is wrapping static lib to a dynamic framework