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've created a new React Native project targeting RN version 0.72.14.
The app runs as expected, after installing the wonderpush library and creating a notification extension the app fails to build. The error is
did you setup the pod in your Podfile for the extension target as well? E.g.:
# image-notifications service extension
target 'image-notifications' do
# Pods for WonderPushNotificationServiceExtension
pod 'WonderPushExtension', '~> 4.0'
end
From the screenshot it looks like you're cross compiling your app (via Rosetta) for x86_64 - any specific reason for that? Can you try and select an ARM target for building and see if that works?
I've created a new React Native project targeting RN version 0.72.14.
The app runs as expected, after installing the wonderpush library and creating a notification extension the app fails to build. The error is
I've followed the set up here https://docs.wonderpush.com/docs/mobile-push-notifications-react-native
versions are
"dependencies": {
"react": "18.2.0",
"react-native": "0.72.14",
"react-native-wonderpush": "^2.3.0",
"react-native-wonderpush-fcm": "^1.0.9"
},
I am using an M1 macbook, this issue does not occur on the intel macbook.
Is there an extra step I should take or something I am missing?
The text was updated successfully, but these errors were encountered: