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
> go install github.com/zhufuyi/sponge/cmd/sponge@latest
# github.com/shoenig/go-m1cpu
../../pkg/mod/github.com/shoenig/go-m1cpu@v0.1.4/cpu.go:65:33: error: use of undeclared identifier 'kIOMainPortDefault'; did you mean 'kIOMasterPortDefault'?
IOServiceGetMatchingServices(kIOMainPortDefault, matching, &iter);
^~~~~~~~~~~~~~~~~~
kIOMasterPortDefault
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:103:19: note: 'kIOMasterPortDefault' declared here
const mach_port_t kIOMasterPortDefault;
OS: MacOS 11.2.3
The text was updated successfully, but these errors were encountered:
Describe the bug
Mac M1 install sponge failed
The error is
The text was updated successfully, but these errors were encountered: