OneSignal / OneSignal-Flutter-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
https://www.onesignal.com
Other
612 stars 212 forks source link

[Bug]: Found bundle at #920

Open bugrevealingbme opened 1 month ago

bugrevealingbme commented 1 month ago

What happened?

Found bundle at /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.5PEvpp/extracted/Runner.app/Frameworks/OneSignal.framework with the same identifier (com.onesignal.OneSignal-Dynamic) as bundle at /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.5PEvpp/extracted/Runner.app/Frameworks/OneSignalFramework.framework

Steps to reproduce?

Tried running on debug mode

What did you expect to happen?

When trying installing app

OneSignal Flutter SDK version

5.2.2

Which platform(s) are affected?

Relevant log output

Found bundle at /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.5PEvpp/extracted/Runner.app/Frameworks/OneSignal.framework with the same identifier (com.onesignal.OneSignal-Dynamic) as bundle at /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.5PEvpp/extracted/Runner.app/Frameworks/OneSignalFramework.framework

Code of Conduct

jkasten2 commented 1 month ago

com.onesignal.OneSignal-Dynamic is an older framework, it OneSignal 5.x.x doesn't use that version. Can you ensure you are using the same version of OneSignal in your Podfile for the Notification Service Extension and the main target? You may also need to do a clean build to clean up the older framework.

jennantilla commented 3 days ago

@bugrevealingbme just reaching out to see if the suggestion above resolved your issue? Thanks for the update!