When using Firebase and launch iOS app from ANdroi...
# multiplatform
j
When using Firebase and launch iOS app from ANdroid Studio I get
dyld[50942]: Library not loaded: @rpath/FirebaseAuth.framework/FirebaseAuth
But when doing same in Fleet or Xcode it runs fine. Anyone know what this could be?
r
Please check if your run configuration pointing to the
*.xcworkspace
file in the ios app's directory in the "Xcode project file" field.
j
Oh wait inside iOS app config. Which file?
I referred to iOS run config in Android studio but maybe not same. Also it works run in Xcode. So why would help change this?
r
No, sorry for the confusing statement. I was referring to the field marked in the attachment. It should be pointing to the
.xcworkspace
file of your ios project.
j
Yeah we mean same. Doesnt matter which one using. Always same outcome. Also ONLY fails in Android Studio not Xcode with exact same project. Feels like AS or Kotlin KMP plugin bug?