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
It working fine on debug, but when I try to build a release version, I got this issue
KMPNotifier and Kotlin version:
kmpnotifier: 1.3.0
kotlin: "2.0.21" Describe the bug
warning: Interop library /Users/thiennguyen/.gradle/caches/modules-2/files-2.1/io.github.mirzemehdi/kmpnotifier-iosarm64/1.3.0/acaea160cce056774e0d00d1fa148ecca2c9bd02/kmpnotifier-cinterop-FirebaseMessaging can't be exported with -Xexport-library
error: Compilation failed: Linking globals named '�knifunptr_cocoapods_FirebaseMessaging1_FIRMessagingErrorDomain_getter': symbol multiply defined!
Source files:
Compiler version: 2.0.21
Output kind: FRAMEWORK
In which platform bug occurs?
ios
To Reproduce
Steps to reproduce the bug:
Xcode -> Product -> Archive
Expected behavior
Build successful
The text was updated successfully, but these errors were encountered:
It working fine on debug, but when I try to build a release version, I got this issue
KMPNotifier and Kotlin version:
kmpnotifier: 1.3.0
kotlin: "2.0.21"
Describe the bug
warning: Interop library /Users/thiennguyen/.gradle/caches/modules-2/files-2.1/io.github.mirzemehdi/kmpnotifier-iosarm64/1.3.0/acaea160cce056774e0d00d1fa148ecca2c9bd02/kmpnotifier-cinterop-FirebaseMessaging can't be exported with -Xexport-library
error: Compilation failed: Linking globals named '�knifunptr_cocoapods_FirebaseMessaging1_FIRMessagingErrorDomain_getter': symbol multiply defined!
In which platform bug occurs?
ios
To Reproduce
Steps to reproduce the bug:
Xcode -> Product -> Archive
Expected behavior
The text was updated successfully, but these errors were encountered: