GitLiveApp / firebase-kotlin-sdk

A Kotlin-first SDK for Firebase
https://gitliveapp.github.io/firebase-kotlin-sdk/
Apache License 2.0
1.17k stars 155 forks source link

ld: framework 'FirebaseRemoteConfig' not found #608

Closed Monabr closed 2 months ago

Monabr commented 2 months ago

When I am starting build i receive the error: ld: framework 'FirebaseRemoteConfig' not found

Please fix.

Reedyuk commented 2 months ago

You need to include Google Firebase Remote Config in your ios app/project

Monabr commented 2 months ago

@Reedyuk After installing packages using XCode - error disappears. If there any settings that should be done - it must be listed in the docs. I found this solution by myself by searching similar issues and speeded a lot of time for it.

Reedyuk commented 2 months ago

Great, going to close this issue then, others will be able to find it for reference. The readme should probably be updated for Kotlin Multiplatform novices, to avoid the issue you got.