I have added the linker plugin, but when running iosX64Test or iosSimulatorArm64Test I get the undefined symbols error when building:
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_co_touchlab_crashkios_crashlytics_FIRCLSExceptionRecordNSException_wrapper0 in result.o
"_OBJC_CLASS_$_FIRCrashlytics", referenced from:
objc-class-ref in result.o
"_OBJC_CLASS_$_FIRExceptionModel", referenced from:
objc-class-ref in result.o
"_OBJC_CLASS_$_FIRStackFrame", referenced from:
objc-class-ref in result.o
I have tried similar workarounds like in #46, but I can't get it working.
I have added the linker plugin, but when running
iosX64TestoriosSimulatorArm64TestI get the undefined symbols error when building:I have tried similar workarounds like in #46, but I can't get it working.