bidirectional_scroll_view: ^0.1.1
Failure when archive ios release:
Runner/GeneratedPluginRegistrant.m:10:9: Module 'bidirectional_scroll_view' not found


#if __has_include(<bidirectional_scroll_view/BidirectionalScrollViewPlugin.h>) #import <bidirectional_scroll_view/BidirectionalScrollViewPlugin.h> #else @import bidirectional_scroll_view; #endif
I'am having this issue when archive to ios release. It's some module is not working and I've found same error when release apk on android.
bidirectional_scroll_view: ^0.1.1
Failure when archive ios release:
Runner/GeneratedPluginRegistrant.m:10:9: Module 'bidirectional_scroll_view' not found
#if __has_include(<bidirectional_scroll_view/BidirectionalScrollViewPlugin.h>) #import <bidirectional_scroll_view/BidirectionalScrollViewPlugin.h> #else @import bidirectional_scroll_view; #endifI'am having this issue when archive to ios release. It's some module is not working and I've found same error when release apk on android.