You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run a demo of Go on macOS, but I always get the error go-keychain ld: framework not found CoreFoundation clang-14: error: linker command failed with exit code 1 (use -v to see invocation), that code can run successfully in Linux, Does go-keychain not work on MacOS?
go version
go version go1.18.3 darwin/amd64
xcode-select -p && xcodebuild -version
/Applications/Xcode.app/Contents/Developer
Xcode 14.2
Build version 14C18
Thanks so much for any feedback.
The text was updated successfully, but these errors were encountered:
I tried to run a demo of Go on macOS, but I always get the error
go-keychain ld: framework not found CoreFoundation clang-14: error: linker command failed with exit code 1 (use -v to see invocation)
, that code can run successfully in Linux, Does go-keychain not work on MacOS?go version go version go1.18.3 darwin/amd64 xcode-select -p && xcodebuild -version /Applications/Xcode.app/Contents/Developer Xcode 14.2 Build version 14C18
Thanks so much for any feedback.
The text was updated successfully, but these errors were encountered: