I get this error when I run flutter build ios on my MAC terminal:
Parse Issue (Xcode): Module 'camera_avfoundation' not found /Users/stackoverflow/Documents/flow-app/ios/Runner/GeneratedPluginRegistrant.m:11:8
I also run try to build from Xcode but got the same error.
#if __has_include(<camera_avfoundation/CameraPlugin.h>)
#import <camera_avfoundation/CameraPlugin.h>
#else
@import camera_avfoundation;
#endif
I have regenerated the pod file and installed again but it does not work.
Solution
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With