After updating a project to kotlin 1.8.0, I started seeing the below error
Showing Recent Messages
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Bugsnag", referenced from:
objc-class-ref in libco.touchlab.crashkios:bugsnag-cache.a(result.o)
objc-class-ref in libco.touchlab:kermit-bugsnag-cache.a(result.o)
"_OBJC_CLASS_$_BugsnagError", referenced from:
objc-class-ref in libco.touchlab.crashkios:bugsnag-cache.a(result.o)
"_OBJC_CLASS_$_BugsnagFeatureFlag", referenced from:
objc-class-ref in libco.touchlab.crashkios:bugsnag-cache.a(result.o)
"_OBJC_CLASS_$_BugsnagStackframe", referenced from:
objc-class-ref in libco.touchlab.crashkios:bugsnag-cache.a(result.o)
The project does not directly depend on crashkios, just has a dependency on kermit:
implementation("co.touchlab:kermit:1.2.2")
implementation("co.touchlab:kermit-bugsnag:1.2.2")
After updating a project to kotlin 1.8.0, I started seeing the below error
The project does not directly depend on crashkios, just has a dependency on kermit: