if you have following error message, go and download sciter-sdk [http://sciter.com/download/].
"[sciter-x-api.c] Unable to load library: dlopen(sciter-osx-64.dylib, 5): image not found"
And then, click and move to preference > language and framework > go > go modules.
Now, fill it up. environments : "DYLD_LIBRARY_PATH=/설치 경로/sciter-sdk/bin.osx"
intelliJ IDEA 나 vscode를 사용하신다면 환경변수 선언도 해주시기 바랍니다.
$ export "DYLD_LIBRARY_PATH=/설치 경로/sciter-sdk/bin.osx"
사용자의 .bash_profile 에 설정해 주시면 편리하구요.
그렇지 않으면 개발하기 전에 설정해주시고
$ echo $DYLD_LIBRARY_PATH
로 확인해주세요.
반응형
'IT-개발,DB' 카테고리의 다른 글
go mod 캐시 삭제 (0) | 2021.01.04 |
---|---|
델파이 커뮤니티 무료버전 설치 (0) | 2020.12.26 |
[apache] HTTP/HTTPS 리다이렉트(Redirect/Rewrite) 하는 방법 (2) | 2020.11.01 |
TFT(Task Force Team)과 CFT(Cross Functional Team)이란? (0) | 2020.06.27 |
error, defect, failure (0) | 2020.06.26 |
댓글