Hi, i am trying to integrate DeepAR in a flutter with https://pub.dev/packages/deepar_flutter. But i am facing some issues with the implementation, as i am not able to build the app itself. I am getting Undefined symbol
Error.
Launching lib/main_development.dart on iPhone 13 Pro Max in debug mode...
main_development.dart:1
Xcode build done. 48.1s
Failed to build iOS app
Error (Xcode): Undefined symbol: _OBJC_CLASS_$_ARView
Error (Xcode): Undefined symbol: _OBJC_CLASS_$_CameraController
Error (Xcode): Undefined symbol: _OBJC_CLASS_$_DeepAR
Could not build the application for the simulator.
Error launching application on iPhone 13 Pro Max.
I have opened an issue in the GitHub Here