does not work because `Cannot create binary debugF...
# ios
r
does not work because
Cannot create binary debugFramework: binary with such a name already exists
s
CocoaPods plugin currently creates framework binaries automatically. You are trying to create new frameworks with same names, that’s what the error means.
r
Yes, but what I basically want is to tell the Cocoapods plugin what the name of the pod/framework is supposed to be. Unfortunately, it’s not yet possible and therefore we can’t use it.
s
See https://youtrack.jetbrains.com/issue/KT-31542 To workaround consider changing the name of your Gradle project (by either renaming the directory or setting the name in
settings.gradle
).
r
We went with that solution in the end