This doesn’t work with CocoaPods plugin which creates frameworks internally.
i
ilya.matveev
06/21/2019, 8:17 AM
The framework name is based on a name of the Gradle project, so you can rename your Gradle project. Usually the project name equals to a name of a directory containing this project but you can change it without renaming the directory.
If your project is a root one, just write the following line in your settings.gradle (see: https://mrhaki.blogspot.com/2009/11/gradle-goodness-changing-project-name.html):
Copy code
rootProject.name = "NewProjectName"
If your project is not a root one, it still can have a name other than a name of its directory. Just rename the project in settings.gradle and specify the old directory as its