Seb Jachec
10/12/2022, 1:59 PM(arm64) could not find object file symbol for symbol ...
after changing version. Seems like most relate to iOS code written in Kotlin, or 3rd party dependencies (Okio, SQLDelight, Koin, Apollo, NSExceptionKt).Rick Clephas
10/12/2022, 2:01 PMIgor Milakovic
10/12/2022, 2:04 PMSeb Jachec
10/12/2022, 2:09 PMAny examples of the symbols affected?
<..shortened..> _kifacevtable:org.koin.core.scope.Scope.$close$lambda$11$FUNCTION_REFERENCE$94_1510013139
<..shortened..> _kifacetable:org.koin.core.scope.Scope.$close$lambda$11$FUNCTION_REFERENCE$94
<..shortened..> _kextname:org.koin.core.scope.Scope.$close$lambda$11$FUNCTION_REFERENCE$94
<..shortened..> GCC_except_table8
<..shortened..> _kclass:com.rickclephas.kmp.nsexceptionkt.core.ThrowableNSException
<..shortened..> _kobjcclassinfo:com.rickclephas.kmp.nsexceptionkt.core.ThrowableNSException
<..shortened..> _ktype:com.rickclephas.kmp.nsexceptionkt.core.$wrapUnhandledExceptionHook$lambda$0$FUNCTION_REFERENCE$0#internal
<..shortened..> _kintf:com.rickclephas.kmp.nsexceptionkt.core.ThrowableNSException
Seb Jachec
10/12/2022, 2:10 PMIgor Milakovic
10/12/2022, 2:12 PMwarning: you've tagged the wrong Igor
😁Seb Jachec
10/12/2022, 2:13 PMIgor Milakovic
10/12/2022, 2:14 PMRick Clephas
10/12/2022, 2:25 PMSeb Jachec
10/12/2022, 2:37 PMcommonMain
dependencies.Rick Clephas
10/12/2022, 2:40 PMSeb Jachec
10/12/2022, 2:40 PMembedAndSignAppleFrameworkForXcode
Gradle task executed from an Xcode Run Script build phaseRick Clephas
10/12/2022, 2:49 PMSeb Jachec
10/12/2022, 2:59 PMRick Clephas
10/12/2022, 3:05 PMIgor Milakovic
10/12/2022, 3:21 PMBao Le Duc
10/20/2022, 7:30 AMRick Clephas
10/20/2022, 7:41 AMIgor Milakovic
10/20/2022, 2:23 PMSeb Jachec
10/25/2022, 1:50 PMRob VS
04/18/2023, 5:19 PMxcodeConfigurationToNativeBuildType
mapping.
Specifically, in build.gradle.kts, under kotlin
> `cocopods`:
xcodeConfigurationToNativeBuildType["Debug"] =
org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType.RELEASEMatthias
05/03/2023, 1:38 PM