https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
a

Ahmed Riyadh

11/03/2023, 10:25 PM
Does anyone face this issue? I’m trying to use to use firebase kotlin multiplatform sdk but it uses iOS native code for the iOS side and it requires FirebaseCore but they didn’t mention anything about installing them so I tried to setup cocoapods but now I get a different error message
Copy code
ld: framework 'Pods_iosApp' not found
t

Timofey Solonin

11/04/2023, 11:57 AM
Hi! Could you please try running the
:shared:podInstall
task. Something else that could help is removing the
Pods
directory and running
pod install
manually in the
iosApp
directory. Could you please share a reproducer project if that doesn't help?
👍 1
2 Views