https://kotlinlang.org logo
Title
a

Aleksei Panov

04/19/2023, 6:31 AM
Hi everyone! In our iOS project, we have custom configuration names that are different from Debug and Release. We share common code through a regular framework and use the KOTLIN_FRAMEWORK_BUILD_TYPE setting to map such a custom configuration to Debug or Release values. We have encountered the following problem: Xcode continues to reference the old shared framework in the Debug folder and, therefore, does not see all the new classes in the common code, but everything compiles successfully. Invalidating the cache and cleaning the build doesn’t help. Has anyone experienced similar behavior? (Kotlin 1.8.0, Xcode 14.1)