I’ve been debugging my flutter app on iOS simulator and it has been working fine, but when I try to build/archive
project from Xcode, it fails, resulting in this error.
GeneratedPluginRegistrant.m Module 'connectivity_plus' not found
The solutions that I have tried;
- Removing and recreating the iOS directory.
- Uninstalling and reinstalling the cocoapods.
ⓘ I’m able to build the ipa using
flutter build ipa
command.
My flutter app depends on
internet_connection_checker_plus
, which depends on theconnectivity_plus
plugin.