Is there a known issue with
xcodeConfigurationToNativeBuildType
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 YT