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
Konstantin Tskhovrebov
06/29/2023, 3:18 PM
are you sure that the pod supports all required architectures?