OneSignal / OneSignal-XCFramework

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com. This Repository hosts OneSignal's XCFramework to be used with Swift Package Manager
Other
26 stars 4 forks source link

[SPM] Unable to build project with 5.0.2 #71

Open eg-aseem opened 8 months ago

eg-aseem commented 8 months ago

Hello,

My project has code both in Objective-C and Swift and uses OneSignal framework for push notification. But we don't use any NotificationExtension service.

In order to fetch the latest framework I have followed your OneSignal SPM guide.

However, whenever I try to build using import OneSignalFramework (also picked from your documentation), I am getting a compilation issue.

Screenshot 2023-10-12 at 6 50 06 PM

Please help me resolve this issue since it is a dependency for our app development.