Inder singh
06/29/2023, 12:48 PMpod("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 ?Konstantin Tskhovrebov
06/29/2023, 3:18 PMInder singh
06/30/2023, 5:46 AM