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
625 stars 215 forks source link

[Bug]: Found bundle at #920

Open bugrevealingbme opened 4 months ago

bugrevealingbme commented 4 months 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 4 months 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 months ago

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