You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KMPNotifier and Kotlin version:
kmpnotifier version: 1.3.0, kotlin version: 2.0.21 but I checked different versions
Describe the bug
I get following error:
ld: framework FirebaseMessaging not found
for task :shared:linkDebugTestIosSimulatorArm64
when building iOS app.
I am NOT using cocoapods, the library is added as a framework and exported for iOS.
FirebaseMessaging (and also core, installations) is added via spm and in "Link Binary With Libraries" for the ios app.
In which platform bug occurs?
ios
To Reproduce
Build the iOS app via android studio
Expected behavior
App builds successfully
The text was updated successfully, but these errors were encountered:
KMPNotifier and Kotlin version:
kmpnotifier version: 1.3.0, kotlin version: 2.0.21 but I checked different versions
Describe the bug
I get following error:
ld: framework FirebaseMessaging not found
for task :shared:linkDebugTestIosSimulatorArm64
when building iOS app.
I am NOT using cocoapods, the library is added as a framework and exported for iOS.
FirebaseMessaging (and also core, installations) is added via spm and in "Link Binary With Libraries" for the ios app.
In which platform bug occurs?
ios
To Reproduce
Build the iOS app via android studio
Expected behavior
App builds successfully
The text was updated successfully, but these errors were encountered: