John O'Reilly
01/14/2025, 9:15 PMco.touchlab.crashkios.crashlyticslink
plugin) but still getting following. Are there any other steps needed? Is it possible to add as linker option etc in Xcode?
Undefined symbols for architecture arm64:
"_FIRCLSExceptionRecordNSException", referenced from:
_co_touchlab_crashkios_crashlytics_tryFIRCLSExceptionRecordNSException_wrapper136 in libco.touchlab.crashkios:crashlytics-cinterop-crashlytics-cache.a[2](libco.touchlab.crashkios:crashlytics-cinterop-crashlytics-cache.a.o)
....
kpgalligan
01/14/2025, 9:20 PMJohn O'Reilly
01/14/2025, 9:20 PMkpgalligan
01/14/2025, 9:20 PMkpgalligan
01/14/2025, 9:20 PMkpgalligan
01/14/2025, 9:21 PMkpgalligan
01/14/2025, 9:23 PMJohn O'Reilly
01/14/2025, 9:23 PMco.touchlab.crashkios.crashlyticslink
plugin but maybe some issue therekpgalligan
01/14/2025, 9:23 PMkpgalligan
01/14/2025, 9:25 PMld
statement, and/or get the -linker-options
passed to the compiler.John O'Reilly
01/14/2025, 9:25 PMkpgalligan
01/14/2025, 9:26 PMJohn O'Reilly
01/14/2025, 9:26 PMJohn O'Reilly
01/14/2025, 9:26 PMJohn O'Reilly
01/14/2025, 9:27 PM-lsqllite3
for example when switching from statickpgalligan
01/14/2025, 9:28 PMJohn O'Reilly
01/14/2025, 9:28 PMkpgalligan
01/14/2025, 9:28 PM-U _FIRCLSExceptionRecordNSException
kpgalligan
01/14/2025, 9:29 PM-lsqlite3
John O'Reilly
01/14/2025, 9:30 PMkpgalligan
01/14/2025, 9:32 PMkpgalligan
01/14/2025, 9:33 PMJohn O'Reilly
01/14/2025, 9:34 PMJohn O'Reilly
01/14/2025, 9:35 PMkpgalligan
01/14/2025, 9:36 PMJohn O'Reilly
01/14/2025, 9:40 PMJohn O'Reilly
01/14/2025, 9:41 PMfreeCompilerArgs = listOf(
"-linker-options",
"-U _FIRCLSExceptionRecordNSException " +
"-U _OBJC_CLASS_\$_FIRStackFrame " +
"-U _OBJC_CLASS_\$_FIRExceptionModel " +
"-U _OBJC_CLASS_\$_FIRCrashlytics"
)
kpgalligan
01/14/2025, 9:43 PMcrashlyticslink
. You should try that. The last 3 aren't needed because of the dynamic calls, but leaving them on shouldn't hurt.John O'Reilly
01/14/2025, 9:47 PMUndefined symbols for architecture arm64:
"_sqlite3_bind_blob", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_bind_blob_wrapper69 in shared.framework.o
....
kpgalligan
01/14/2025, 9:51 PMJohn O'Reilly
01/14/2025, 9:55 PMJohn O'Reilly
01/14/2025, 9:56 PMkpgalligan
01/14/2025, 10:03 PMJohn O'Reilly
01/14/2025, 10:08 PMkpgalligan
01/14/2025, 10:10 PMJohn O'Reilly
01/14/2025, 10:19 PMTadeas Kriz
01/15/2025, 4:11 PMJohn O'Reilly
01/17/2025, 3:07 PM