I'm using the rwa_deep_ar package for the DeepAR feature in the Flutter project. When I install the pod in MacOS, I see the following error.
I want to know how to fix this error and how to use the DeepAR for iOS in Flutter.
I'm using the rwa_deep_ar package for the DeepAR feature in the Flutter project. When I install the pod in MacOS, I see the following error.
I want to know how to fix this error and how to use the DeepAR for iOS in Flutter.
Podfile change platform :ios, '13.0'
target set
Delete the folder and file from the project iOS folder
flutter clean
flutter pub get
cd ios
pod install --repo-update
I think you need to download and install cocoapods on MacOS.
sudo gem install cocoapods sudo nano export PATH=$PATH:/YOUR PATH pod init open Podfile pod install