Johan Reitan
07/03/2025, 3:24 PMdyld[42183]: symbol not found in flat namespace '_FIRCLSExceptionRecordNSException'
This only happens when running tests. I have disabled the native cache, applied the crashkios
plugin and also added the linker options manually to no avail:
compilerOptions.freeCompilerArgs.addAll(
"-linker-options",
"-U _FIRCLSExceptionRecordNSException ",
)
What changed?