ynsok
12/16/2022, 9:05 AMProject already has a CocoaPods dependency with the name FirebaseCrashlytics
. Any idea how to solve this?
kotlin {
android()
ios()
cocoapods {
summary = "This module contains implementation of analytics and crashlytics"
ios.deploymentTarget = "15.0"
version = "1.10.2"
framework {
baseName = "monitoring"
pod("FirebaseCrashlytics")
// pod("FirebaseAnalytics")
}
}
}
a-dd
12/16/2022, 12:09 PMynsok
12/19/2022, 11:51 AMchrisjenx
10/08/2024, 6:37 PM