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
I recently installed a new native library in my app and I am getting this error as soon as the app starts. This does not happen on Android, only iOS
objc[588]: Class Converters is implemented in both /private/var/containers/Bundle/Application/F0FA25CA-6DA8-4343-B4F9-04ADBEA2537D/Runner.app/Frameworks/flutter_local_notifications.framework/flutter_local_notifications (0x106e39660) and /private/var/containers/Bundle/Application/F0FA25CA-6DA8-4343-B4F9-04ADBEA2537D/Runner.app/Runner (0x103c1dd80). One of the two will be used. Which one is undefined.
Can you please advise what I should do about this?
I noticed this also happened here potentially: #2160
but this was left unresolved.
Ok, please let me know when you get the chance, thank you!
-Richard
The text was updated successfully, but these errors were encountered:
Hi all,
Flutter 3.27.3
flutter_local_notifications: ^18.0.1
I recently installed a new native library in my app and I am getting this error as soon as the app starts. This does not happen on Android, only iOS
objc[588]: Class Converters is implemented in both /private/var/containers/Bundle/Application/F0FA25CA-6DA8-4343-B4F9-04ADBEA2537D/Runner.app/Frameworks/flutter_local_notifications.framework/flutter_local_notifications (0x106e39660) and /private/var/containers/Bundle/Application/F0FA25CA-6DA8-4343-B4F9-04ADBEA2537D/Runner.app/Runner (0x103c1dd80). One of the two will be used. Which one is undefined.
Can you please advise what I should do about this?
I noticed this also happened here potentially:
#2160
but this was left unresolved.
Ok, please let me know when you get the chance, thank you!
-Richard
The text was updated successfully, but these errors were encountered: