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
ld: warning: ignoring file ../../pkg/WeWorkFinanceSDK/lib/libWeWorkFinanceSdk_C.so, building for macOS-x86_64 but attempting to link with file built for unknown-unsupported file format ( 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 )
Undefined symbols for architecture x86_64:
"_DecryptData", referenced from:
__cgo_e5e14bdd3014_Cfunc_DecryptData in _x002.o
(maybe you meant: __cgo_e5e14bdd3014_Cfunc_DecryptData)
"_DestroySdk", referenced from:
__cgo_e5e14bdd3014_Cfunc_DestroySdk in _x002.o
(maybe you meant: __cgo_e5e14bdd3014_Cfunc_DestroySdk)
"_FreeMediaData", referenced from:
__cgo_e5e14bdd3014_Cfunc_FreeMediaData in _x002.o
(maybe you meant: __cgo_e5e14bdd3014_Cfunc_FreeMediaData)
"_FreeSlice", referenced from:
__cgo_e5e14bdd3014_Cfunc_FreeSlice in _x002.o
(maybe you meant: __cgo_e5e14bdd3014_Cfunc_FreeSlice)
"_GetChatData", referenced from:
__cgo_e5e14bdd3014_Cfunc_GetChatData in _x002.o
(maybe you meant: __cgo_e5e14bdd3014_Cfunc_GetChatData)
"_GetContentFromSlice", referenced from:
__cgo_e5e14bdd3014_Cfunc_GetContentFromSlice in _x002.o
(maybe you meant: __cgo_e5e14bdd3014_Cfunc_GetContentFromSlice)
"_GetData", referenced from:
__cgo_e5e14bdd3014_Cfunc_GetData in _x002.o
(maybe you meant: __cgo_e5e14bdd3014_Cfunc_GetDataLen, __cgo_e5e14bdd3014_Cfunc_GetData )
"_GetDataLen", referenced from:
__cgo_e5e14bdd3014_Cfunc_GetDataLen in _x002.o
(maybe you meant: __cgo_e5e14bdd3014_Cfunc_GetDataLen)
"_GetMediaData", referenced from:
__cgo_e5e14bdd3014_Cfunc_GetMediaData in _x002.o
(maybe you meant: __cgo_e5e14bdd3014_Cfunc_GetMediaData)
"_GetOutIndexBuf", referenced from:
__cgo_e5e14bdd3014_Cfunc_GetOutIndexBuf in _x002.o
(maybe you meant: __cgo_e5e14bdd3014_Cfunc_GetOutIndexBuf)
"_GetSliceLen", referenced from:
__cgo_e5e14bdd3014_Cfunc_GetSliceLen in _x002.o
(maybe you meant: __cgo_e5e14bdd3014_Cfunc_GetSliceLen)
"_Init", referenced from:
__cgo_e5e14bdd3014_Cfunc_Init in _x002.o
(maybe you meant: __cgo_e5e14bdd3014_Cfunc_Init)
"_IsMediaDataFinish", referenced from:
__cgo_e5e14bdd3014_Cfunc_IsMediaDataFinish in _x002.o
(maybe you meant: __cgo_e5e14bdd3014_Cfunc_IsMediaDataFinish)
"_NewMediaData", referenced from:
__cgo_e5e14bdd3014_Cfunc_NewMediaData in _x002.o
(maybe you meant: __cgo_e5e14bdd3014_Cfunc_NewMediaData)
"_NewSdk", referenced from:
__cgo_e5e14bdd3014_Cfunc_NewSdk in _x002.o
(maybe you meant: __cgo_e5e14bdd3014_Cfunc_NewSdk)
"_NewSlice", referenced from:
__cgo_e5e14bdd3014_Cfunc_NewSlice in _x002.o
(maybe you meant: __cgo_e5e14bdd3014_Cfunc_NewSlice)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
Because of the dependency of this project is the SDK provided by WeWork based on Linux (./lib/libWeWorkFinanceSdk_C.so), it's only possible to use it on Linux. We are considering add windows support to this project, see #5 . However, because WeWork doesn't provide a usable SDK based on MacOS or Unix, it's rather hard to use it on MacOS.
请问这种情况要怎么处理?
具体信息如下:
go env:
错误信息:
The text was updated successfully, but these errors were encountered: