'How to fix a pod install error for the DeepAR 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. enter image description here

I want to know how to fix this error and how to use the DeepAR for iOS in Flutter.



Solution 1:[1]

Please go to your iOS folder and check if the rwa_deep_ar.podspec is exist in .symlinks/plugins/rwa_deep_ar/ios. Afaik, this package is based on camera_deep_ar and the author forgot to migrate the iOS part to the new name.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 cuongtlv