For a few days now whenever gcc or go are invoked the following warning is thrown by the system (macOS High Sierra 10.13.5):
ld: warning: text-based stub file /System/Library/Frameworks//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking
I have the feeling that the installation of some go packages via go get may have changed some files in the above directory but I have no means to verify this.
Is there a way to properly determine the cause of the message?
gccbut forgothe issue persists. Actually, it gets worse by the day. Now if I run a simplegoprogram dozens of the above warning are thrown.goand upgrading to MacOS 10.14).