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
When I try to build with latest versions of the repo using an expo app on expo 49 (support for xcode 15) I get the following error.
> 1 | #import <OneSignalFramework/OneSignalFramework.h>
| ^ 'OneSignalFramework/OneSignalFramework.h' file not found
2 |
3 | #import "NotificationService.h"
4 | ```
### Steps to reproduce?
```Markdown
1. Create an expo 49 application
2. Install the onesignal framework as described here [Expo SDK Setup](https://documentation.onesignal.com/docs/react-native-expo-sdk-setup)
3. Run expo prebuild `npx expo prebuild --clean`
4. Attempt to run iOS simulator using `npx expo run:ios`
What happened?
When I try to build with latest versions of the repo using an expo app on expo 49 (support for xcode 15) I get the following error.
What did you expect to happen?
I expect no errors to print and the SDK to work
OneSignal Expo SDK version
onesignal-expo-plugin: 2.0.2
react-native-onesignal:: 5.0.3
Platform
iOS
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: