There is now linking failure for ShaderCompileWorker-RenderCore.dylib.
And it also mentioning about some deprecation warning concerning home-brew install version of libTiff…
But the deadly failure are here:
Undefined symbols for architecture arm64:
"Imf_3_2::OutputFile::writePixels(int)", referenced from:
FExrImageWrapper::Compress(int) in Module.ImageWrapper.cpp.o
"Imf_3_2::OutputFile::setFrameBuffer(Imf_3_2::FrameBuffer const&)", referenced from:
FExrImageWrapper::Compress(int) in Module.ImageWrapper.cpp.o
"Imf_3_2::OutputFile::OutputFile(Imf_3_2::OStream&, Imf_3_2::Header const&, int)", referenced from:
FExrImageWrapper::Compress(int) in Module.ImageWrapper.cpp.o
"Imf_3_2::OutputFile::~OutputFile()", referenced from:
FExrImageWrapper::Compress(int) in Module.ImageWrapper.cpp.o
And it doesn’t matter which Xcode I’m using to build now.(I’m aligning to 14.1 currently)
Does anyone know how to fix this?