nrobi
01/21/2020, 10:16 AMcocoapods
to add the dependency for my common
. However I’m getting Could not build Objective-C module 'common'
without any more information. Is there any way to find more information why is the build failing?Artyom Degtyarev [JB]
01/21/2020, 10:28 AMnrobi
01/21/2020, 11:02 AMSean Keane
01/21/2020, 11:22 AMiOSTarget("ios") {
compilations {
val main by getting {
kotlinOptions.freeCompilerArgs = listOf("-Xobjc-generics")
}
}
}
nrobi
01/21/2020, 11:39 AMArtyom Degtyarev [JB]
01/21/2020, 11:54 AMnrobi
01/21/2020, 11:59 AMcommon
when I’m trying to import but fails at the buildnrobi
01/21/2020, 11:59 AMArtyom Degtyarev [JB]
01/21/2020, 12:11 PM--info
flag to the appropriate building phase in Xcode.nrobi
01/21/2020, 12:49 PMcould not find kodein-di-erased.klib
Artyom Degtyarev [JB]
01/21/2020, 1:08 PMnrobi
01/21/2020, 1:26 PMnrobi
01/22/2020, 7:46 AM6.5.1
nrobi
01/22/2020, 7:46 AMSean Keane
01/22/2020, 4:50 PMnrobi
01/23/2020, 6:26 AMkodein