Skip to content
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

Open
yundmb opened this issue Mar 28, 2023 · 7 comments
Open

MacOS13.3错误 #170

yundmb opened this issue Mar 28, 2023 · 7 comments

Comments

@yundmb
Copy link

yundmb commented Mar 28, 2023

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/govcl@v2.2.0+incompatible/vcl/api/dylib_nonmemory.go:32 +0xd8
github.com/ying32/govcl/vcl/api.init()
/Users/xxx/.go/pkg/mod/github.com/ying32/govcl@v2.2.0+incompatible/vcl/api/dylib.go:24 +0x13e

@ying32
Copy link
Owner

ying32 commented Mar 29, 2023

这是你没看这个项目里得readme和或者文档

@mainlxl
Copy link

mainlxl commented Dec 4, 2023

能编译一份苹果arm版本的liblcl.dylib 现在大部分mac都已切换m系列芯片了

@ying32
Copy link
Owner

ying32 commented Dec 4, 2023

没办法,我也不可能为了这个而去特意去买一台arm芯片的Mac book。只能看有没人共享一个了…

@mainlxl
Copy link

mainlxl commented Dec 5, 2023

liblcl.dylib.zip
昨天追着文档编译了一遍2.2.3

@mainlxl
Copy link

mainlxl commented Dec 5, 2023

就是我在demo上 加上_ "github.com/ying32/govcl/pkgs/macapp" 跑demo时 第一没啥问题 关了马上运行第二次就崩溃
image
过一会又可以运行

@ying32
Copy link
Owner

ying32 commented Dec 5, 2023

看这异常报是的代码签名的问题。。。

@mainlxl
Copy link

mainlxl commented Dec 7, 2023

是macapp的壳的签名么?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants