Troubleshooting
Troubleshooting Guide
This guide will help you in troubleshooting the issues that you may face during the integration.
From v2.2.8 and above
If you encounter error while installing pods, include the following code in your Podfile:
use_frameworks!
platform :ios, '13.0'
Additionally, raise the minimum iOS deployment target to version 13.
App Store Distribution Issue
If you're experiencing problems with publishing the release build to App Store Connect, downgrade your Xcode version to 15.4 to resolve the issue.