I am getting this issue when trying to build framework for iOS
Copy code
> Task :linkReleaseFrameworkIos
ld: framework not found FirebaseFirestore
It happened when I added gitlive/firebase dependency to my project.
I have a second project that have the same dependency and it works. Only difference is that in my other project I have cocoapods plugins.
What am I missing?
t
Tijl
03/03/2021, 2:58 PM
make sure your iOS project includes Firestore (of the same version), native dependencies don’t propagate through the kotlin dependency