Replies: 1 comment 1 reply
-
Why is this moved to closed discussion? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
I've integrated this plugin in my flutter project, but to my surprise I can't build on release mode for iOS.
I am facing with problems related to other libraries when I'm building my app:
/Users/joseignaciosanzgarcia1/monkeybox_app/ios/Runner/GeneratedPluginRegistrant.m:12:9: fatal error: module 'flutter_inappwebview' not found
@import flutter_inappwebview;
I tried removing the flutter_inappwebview library, but I faced other similar problem again:
/Users/joseignaciosanzgarcia1/monkeybox_app/ios/Runner/GeneratedPluginRegistrant.m:30:9: fatal error: module 'shared_preferences' not found
@import shared_preferences;
I have noticed that this has started to happen after setting up the target platform version to 11.0 in the PodFile.
Does anyone know how to resolve this?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions