Hi, I have added ```pod("FirebaseDatabase") pod("F...
# multiplatform
i
Hi, I have added
Copy code
pod("FirebaseDatabase")
pod("FirebaseCore")
as a cocopod dependency in the kmm project , it is working well when i am running it from android studio/xcode . But when i am trying to generate xcframwork (./gradlew assembleXCFramework) it is throwing The /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1. output: ld: framework not found FirebaseDatabase Any Idea what could be the issue ?
k
are you sure that the pod supports all required architectures?
i
Yes it supports all required architectures