Hi,
I sometimes get this exception when I compile. But, if I just compile again (or in the next 2/3 re-compiles), compilation is successful. What is happening here? Also, what does this warning mean - it’s true that the libs present in …local/lib are built for 10.15, however, what does “than being linked (10.13)” mean?
...
CompilerResultsLog: ld: warning: object file (/Users/xxxx/.local/lib/libcrypto.a(v3_prn.c.o)) was built for newer macOS version (10.15) than being linked (10.13)
CompilerResultsLog: ld: warning: object file (/Users/xxxx/.local/lib/libcrypto.a(x_attrib.c.o)) was built for newer macOS version (10.15) than being linked (10.13)
CompilerResultsLog: ld: warning: object file (/Users/xxxx/.local/lib/libcrypto.a(t_x509a.c.o)) was built for newer macOS version (10.15) than being linked (10.13)
CompilerResultsLog: ld: warning: object file (/Users/xxxx/.local/lib/libcrypto.a(x_all.c.o)) was built for newer macOS version (10.15) than being linked (10.13)
CompilerResultsLog: Unhandled Exception:
CompilerResultsLog: System.IO.IOException: Sharing violation on path /Users/xxxx/UnrealEngine/UE_4.24/Engine/Source/[Unknown]
LogMainFrame: MainFrame: Module compiling took 67.258 seconds
Warning: HotReload failed, recompile failed
Thanks!