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
623 stars 213 forks source link

[Bug]: No Module Found OneSignalExtension #946

Open jaca420 opened 2 months ago

jaca420 commented 2 months ago

What happened?

I'm encountering an issue while building an iOS app using Xcode: a "No module found: OneSignalExtension" error causes the build to fail. This problem began after I reinstalled the OS on my Mac. Previously, everything was working fine. I have verified the setup against the OneSignal documentation and even tried updating to the latest release. However, reverting to version 5.0.4, which previously worked, did not resolve the issue.

Steps to reproduce?

Verified the Podfile and ran pod install which completes without errors.

Checked that the .xcworkspace is being used.

Cleaned the build folder and deleted Derived Data.

Made sure that the Framework Search Paths are correctly set in the build settings.

What did you expect to happen?

I expected ios app to build

OneSignal Flutter SDK version

Release 5.0.4

Which platform(s) are affected?

Relevant log output

No response

Code of Conduct

jaca420 commented 2 months ago

So I deleted the ios folder in my project ... seems that the ios app wasn't building even after I removed the OneSignal package. I just rebuilt the ios and now it seems to build fine. I will just reinstall the OneSignal package and set it up again. Better that debugging forever :))