-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS13.3错误 #170
Comments
这是你没看这个项目里得readme和或者文档 |
能编译一份苹果arm版本的liblcl.dylib 现在大部分mac都已切换m系列芯片了 |
没办法,我也不可能为了这个而去特意去买一台arm芯片的Mac book。只能看有没人共享一个了… |
liblcl.dylib.zip |
看这异常报是的代码签名的问题。。。 |
是macapp的壳的签名么? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vcl
ld: warning: object file (/var/folders/8y/sj3hxt4n5bg4vvryb6bjz97r0000gn/T/go-link-530526764/000003.o) was built for newer macOS version (13.0) than being linked (10.8)ld: warning: ld: warning: ld: warning: ld: warning: object file (/var/folders/8y/sj3hxt4n5bg4vvryb6bjz97r0000gn/T/go-link-530526764/000005.o) was built for newer macOS version (13.0) than being linked (10.8)
ld: warning: object file (/var/folders/8y/sj3hxt4n5bg4vvryb6bjz97r0000gn/T/go-link-530526764/000006.o) was built for newer macOS version (13.0) than being linked (10.8)
object file (/var/folders/8y/sj3hxt4n5bg4vvryb6bjz97r0000gn/T/go-link-530526764/000010.o) was built for newer macOS version (13.0) than being linked (10.8)
object file (/var/folders/8y/sj3hxt4n5bg4vvryb6bjz97r0000gn/T/go-link-530526764/000004.o) was built for newer macOS version (13.0) than being linked (10.8)
ld: warning: object file (/var/folders/8y/sj3hxt4n5bg4vvryb6bjz97r0000gn/T/go-link-530526764/000007.o) was built for newer macOS version (13.0) than being linked (10.8)
ld: warning: ld: warning: ld: warning:
object file (/var/folders/8y/sj3hxt4n5bg4vvryb6bjz97r0000gn/T/go-link-530526764/000011.o) was built for newer macOS version (13.0) than being linked (10.8)object file (/var/folders/8y/sj3hxt4n5bg4vvryb6bjz97r0000gn/T/go-link-530526764/000009.o) was built for newer macOS version (13.0) than being linked (10.8)
ld: warning: object file (/var/folders/8y/sj3hxt4n5bg4vvryb6bjz97r0000gn/T/go-link-530526764/000008.o) was built for newer macOS version (13.0) than being linked (10.8)
object file (/var/folders/8y/sj3hxt4n5bg4vvryb6bjz97r0000gn/T/go-link-530526764/000012.o) was built for newer macOS version (13.0) than being linked (10.8)
object file (/var/folders/8y/sj3hxt4n5bg4vvryb6bjz97r0000gn/T/go-link-530526764/000002.o) was built for newer macOS version (13.0) than being linked (10.8)
/private/var/folders/8y/sj3hxt4n5bg4vvryb6bjz97r0000gn/T/GoLand/___go_build_vcl
dlopen err: dlopen(liblcl.dylib, 0x0009): tried: 'liblcl.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSliblcl.dylib' (no such file), '/usr/lib/liblcl.dylib' (no such file, not in dyld cache), 'liblcl.dylib' (no such file), '/usr/local/lib/liblcl.dylib' (no such file), '/usr/lib/liblcl.dylib' (no such file, not in dyld cache)
panic: dlopen("liblcl.dylib"), failed.
goroutine 1 [running]:
github.com/ying32/govcl/vcl/api.loadUILib()
/Users/xxx/.go/pkg/mod/github.com/ying32/[email protected]+incompatible/vcl/api/dylib_nonmemory.go:32 +0xd8
github.com/ying32/govcl/vcl/api.init()
/Users/xxx/.go/pkg/mod/github.com/ying32/[email protected]+incompatible/vcl/api/dylib.go:24 +0x13e
The text was updated successfully, but these errors were encountered: