What happened?
I upgraded our OneSignal SDK from 5.0.2 to 5.2.6 using CocoaPods.
After upgrading, I'm unable to compile our project due to errors in OneSignalFrame due to error No type or protocol named 'OSUser' / 'OSLiveActivities'
It seems to be related to using a Bridging Header, as the error seems to originate there. I've tried adding OneSignalLiveActivities and OneSignalOSCore to the Bridging Header as these files seem to live there; but to no avail.

Steps to reproduce?
1. Use version 5.2.6
2. Add `#import <OneSignalFramework/OneSignalFramework.h>` to your `SWIFT_OBJC_BRIDGING_HEADER`
3. Try to run project
3. Get errors
What did you expect to happen?
I do not expect these errors to happen, as they did with the 5.0.2
OneSignal iOS SDK version
5.2.6
iOS version
15
Specific iOS version
Our project targets iOS 15
Relevant log output
No response
Code of Conduct