ankushg
10/27/2021, 10:13 PMxcodeConfigurationToNativeBuildType
in Gradle Cocoapods plugin in 1.5.31?
In Xcode, we have a custom configuration named Development
In Gradle, we're setting xcodeConfigurationToNativeBuildType["Development"] = NativeBuildType.DEBUG
But we still see this in our logs:
Unable to detect Kotlin framework build type for CONFIGURATION=Development automatically. Specify 'KOTLIN_FRAMEWORK_BUILD_TYPE' to 'debug' or 'release'
It looks like it's still building the debug framework, but would love to know if
• this is already known,
• we're doing something wrong,
• or if we should file a YTArtyom Degtyarev [JB]
10/28/2021, 7:38 AMembedAndSignAppleFrameworkForXcode
task, see here(https://youtrack.jetbrains.com/issue/KT-48024).
Could you please check if your build uses this task along with the CocoaPods integration?ankushg
10/28/2021, 7:53 AMArtyom Degtyarev [JB]
10/28/2021, 7:54 AMViacheslav Kormushkin
10/28/2021, 9:56 AMankushg
10/28/2021, 3:59 PM