Issue
Got the error "No visible @interface for 'Pushwoosh' …" when building iOS platform.
Resolution
- Please follow all the steps of the React Native integration documentation
- Check if the required dependencies for iOS are installed. If that doesn't help, do
pod deintegrate
andpod install
again.
- Make sure PushwooshXCFramework in CocoaPods dependencies is updated to the latest version: https://github.com/Pushwoosh/Pushwoosh-XCFramework/releases
- To update the core SDK of the iOS platform in your project, execute
cd ios && pod install && cd ..
orpod repo update && pod update
in your terminal in the project's directory.
Comments
0 comments
Article is closed for comments.