Due to the recent CocoaPods Specs Repo deprecation, you must explicitly define your dependency sources to ensure your project builds successfully.Please add the following lines at the very top of your
Podfile, above any target blocks:Ruby
- MoEngage Source is required to successfully resolve and fetch MoEngage-specific SDK pods.
- CocoaPods Source is required to ensure all your other standard third-party React Native dependencies continue to resolve correctly.
Podfile, run the following command from your ios directory:Bash
- Navigate to the iOS folder.
- Run the command RCT_NEW_ARCH_ENABLED=1 bundle exec pod install to install the necessary dependencies.
- Navigate to the iOS folder.
- Run the command pod install to install the necessary dependencies