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'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?
iOS
Android
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
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 :))
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?
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
The text was updated successfully, but these errors were encountered: