The example in this repo works, but when including this plugin via git, the following error shows when building for iOS:
/Users/matthew/Development/hackwinds_cameras/hackwinds_cameras/ios/Runner/GeneratedPluginRegistrant.m:6:9: fatal error: 'flutter_web_browser/FlutterWebBrowserPlugin.h' file not found
#import <flutter_web_browser/FlutterWebBrowserPlugin.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Could not build the application for the simulator.
Any help would be awesome. Otherwise I can just re-write it myself for local use. Thanks!
The example in this repo works, but when including this plugin via git, the following error shows when building for iOS:
Any help would be awesome. Otherwise I can just re-write it myself for local use. Thanks!