This error typically occurs if the necessary Pushwoosh dependencies are not correctly linked to your Notification Service Extension target during the setup process.
To resolve this, please follow these steps:
- Verify Main Integration: Double-check that you have correctly followed all the integration steps for the Pushwoosh React Native plugin as outlined in the official documentation:
-
Verify Extension Setup: Carefully review the steps for adding the Notification Service Extension, ensuring all instructions specific to linking the framework in your
Podfile
and extension target settings were completed correctly: -
Clean and Rebuild:
- Clean your Xcode build folder (Product > Clean Build Folder).
- Navigate to your
ios
directory in the terminal and runpod install
orpod update
if necessary. - Rebuild your project in Xcode.
- Compare with Example: Refer to the official Pushwoosh React Native example project to compare your setup:
Ensuring the PushwooshFramework
pod is correctly included in the target definition for your Notification Service Extension within your Podfile
is crucial.
Comments
0 comments
Please sign in to leave a comment.