Does this issue reproduce with the latest release?
Yes. I updated mac book pro (intel) yesterday to macOs Monterey and this issue started coming. I did not take backup, so I have to reset everything again. 2-3 days will go in it :(
I should have waited for 12.1 release. Also I though google is on top of things, so I did not expect this problem since Monterey was released long back.
Anyway, whatever happened, happened. Please provide solution ASAP.
What operating system and processor architecture are you using (go env)?
Just upgraded my mac from Big Sur to the 12.0.1
My Mac conf:
MacBook Pro (15-inch, 2018)
6 core / 32 gb ram
Radeon Pro 560X 4 GB
I think it is a problem with cgo library which might be using dependencies from old mac version.
What did you expect to see?
make for our project successful
What did you see instead?
objc[1536]: Attempt to use unknown class 0x7ff8512fd360.
SIGABRT: abort
PC=0x7ff80fac9dfe m=0 sigcode=0
signal arrived during cgo execution Terminal Saved Output-make-failing.log
The text was updated successfully, but these errors were encountered:
mdlayher
changed the title
affected/package: go version go1.17.5 darwin/amd64
runtime: cgocall "Attempted to use unknown class" on darwin/amd64
Dec 9, 2021
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes. I updated mac book pro (intel) yesterday to macOs Monterey and this issue started coming. I did not take backup, so I have to reset everything again. 2-3 days will go in it :(
I should have waited for 12.1 release. Also I though google is on top of things, so I did not expect this problem since Monterey was released long back.
Anyway, whatever happened, happened. Please provide solution ASAP.
What operating system and processor architecture are you using (
go env
)?go env
What did you do?
Just upgraded my mac from Big Sur to the 12.0.1
My Mac conf:
MacBook Pro (15-inch, 2018)
6 core / 32 gb ram
Radeon Pro 560X 4 GB
I think it is a problem with cgo library which might be using dependencies from old mac version.
What did you expect to see?
make for our project successful
What did you see instead?
objc[1536]: Attempt to use unknown class 0x7ff8512fd360.
SIGABRT: abort
PC=0x7ff80fac9dfe m=0 sigcode=0
signal arrived during cgo execution
Terminal Saved Output-make-failing.log
The text was updated successfully, but these errors were encountered: