Can I put the sender on Win64 and the receiver on the Mac?
Open
- Dominant language
- C++
- Stars
- 197
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
Can I put the sender on Win64 and the receiver on the Mac?
When I compile the UE part on Mac m1, the following error occurs:
Undefined symbols for architecture x86_64:
"UClass* FMayaLiveLinkUtils::FindObject(FString const&)", referenced from:
UE::Core::Private::Function::TFunctionRefCaller const&)::$_5, void ()>::Call(void*) in Module.MayaLiveLink.cpp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
How can I fix it? Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.