- FirebaseRemoteConfig.framework (from Firebase.zip/FirebaseRemoteConfig/FirebaseRemoteConfig.xcframework)
- FirebaseABTesting.framework (from Firebase.zip/FirebaseRemoteConfig/FirebaseABTesting.xcframework)
- FirebaseInstallations.framework (from Firebase.zip/FirebaseAnalytics/FirebaseInstallations.xcframework)
Plus ones required for ios-core module:
- FirebaseCore.framework (from Firebase.zip/FirebaseAnalytics/FirebaseCore.xcframework)
- FirebaseCoreInternal.framework (from Firebase.zip/FirebaseAnalytics/FirebaseCoreInternal.xcframework)
- GoogleUtilities.framework (from Firebase.zip/FirebaseAnalytics/GoogleUtilities.xcframework)
- FBLPromises.framework (from Firebase.zip/FirebaseAnalytics/FBLPromises.xcframework)
<config>
...
<frameworkPaths>
<path>libs</path> <!-- path where FirebaseRemoteConfig.framework (and other) are located -->
</frameworkPaths>
</config>
Add the following dependency to your build.gradle
:
repositories {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
}
dependencies {
... other dependencies ...
implementation "io.github.dkimitsa.robovm:robopods-firebase-remote-config-ios:$altpodsVersion"
}