Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.5k
-
error: > go versiongo version go1.17.5 darwin/arm64> go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.42.1# github.com/golangci/golangci-lint/cmd/golangci-lint/usr/local/go/pkg/tool/darwin_arm64/link: running clang failed:exit status 1ld: framework not found CoreFoundationclang: error: linkercommand failed withexit code 1 (use -v to see invocation) os: MacOS 12.1 Monterey what I have tried:
How to fix it? Thx. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 4 replies
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Try to reinstall Xcode |
BetaWas this translation helpful?Give feedback.
All reactions
-
I already installed xcode. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Then check ifCoreFoundation needs to be installed implicitly. It supposes to be installed with xcode (check |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thanks for your reply. no CoreFoundation in > ll /Library/Frameworks/ rwxr-xr-x 1 root wheel 582 KiB Sat Nov 20 14:32:51 2021 679F rwxr-xr-x 5 root wheel 160 B Wed Dec 8 07:39:27 2021 CoreRepairCore.framework/ rwxr-xr-x 5 root wheel 160 B Wed Dec 8 07:39:27 2021 CoreRepairKit.framework/ rwxr-xr-x 1 root wheel 50 B Wed Dec 8 07:39:27 2021 iTunesLibrary.framework ⇒ /System/Library/Frameworks/iTunesLibrary.frameworkShould I install |
BetaWas this translation helpful?Give feedback.
All reactions
-
@AGou-ops How did you install it? |
BetaWas this translation helpful?Give feedback.