Daniel Rampelt
04/17/2020, 2:41 PM> Task :shared:linkDebugFrameworkIos FAILED
e: /Users/.../project/shared/some/module/build/classes/kotlin/ios/main/module1 is cached (in /Users/.../.konan/kotlin-native-macos-1.3.72/klib/cache/ios_x64-gSTATIC/libmodule1-cache.a), but its dependency isn't: /Users/.../project/shared/module2/build/classes/kotlin/ios/main/module2
Artyom Degtyarev [JB]
04/17/2020, 2:43 PMDaniel Rampelt
04/17/2020, 2:43 PMArtyom Degtyarev [JB]
04/17/2020, 2:49 PMDaniel Rampelt
04/17/2020, 2:50 PMDaniel Rampelt
04/17/2020, 3:32 PMapp/ios
that's where I get the error
https://github.com/drampelt/kotlin-native-caching-problemArtyom Degtyarev [JB]
04/20/2020, 11:14 AMnetwork
is clashing with an Apple’s Network framework. The second one is being cached, and the compiler assumes that cache as relevant when compile your project. As the quickiest workaround, you can just rename the module.
Can you tell if this can be applied to your private project too, or module1
there has a different name?Daniel Rampelt
04/20/2020, 1:07 PMDaniel Rampelt
04/20/2020, 1:07 PM