I have a flutter module and integrated in the existing iOS app (add to app). Everything was working but when I try to Archive it produces an error in webview_flutter module:
bitcode bundle could not be generated because '/Users/flutter-module/.ios/Flutter/engine/Flutter.framework/Flutter' was built without full bitcode. All frameworks and dylibs for bitcode must be generated from Xcode Archive or Install build file '/Users/flutter-module/.ios/Flutter/engine/Flutter.framework/Flutter' for architecture armv7
I checked the build setting and the Bitcode enabled is set to "Yes" for obvious reasons, what might be the reason for this error? Does it have something to do with the webview_flutter module?
EDIT
macOS: 10.15.3 (Catalina)
Xcode version: 11.0 (11A420a)
Flutter version: Channel stable, 1.20.2