Hi Touchlab people, I'm adding CrashKiOS to a KMP ...
# touchlab-tools
a
Hi Touchlab people, I'm adding CrashKiOS to a KMP library and got an error when building the library for Arm64:
Copy code
Undefined symbols for architecture arm64:
  "_FIRCLSExceptionRecordNSException", referenced from:
      _kfun:co.touchlab.crashkios.crashlytics.CrashlyticsCallsActual#sendFatalException(kotlin.Throwable){} in TSSharedLibrary.framework.o
  "_OBJC_CLASS_$_FIRCrashlytics", referenced from:
      objc-class-ref in TSSharedLibrary.framework.o
  "_OBJC_CLASS_$_FIRExceptionModel", referenced from:
      objc-class-ref in TSSharedLibrary.framework.o
  "_OBJC_CLASS_$_FIRStackFrame", referenced from:
      objc-class-ref in TSSharedLibrary.framework.o
ld: symbol(s) not found for architecture arm64
On the docs it explains that we should add crashlyticslink, I added it but it still fails