project not running after installing this plugin
after adding the pod files related to flutter local notifications for iOS getting No such module for flutter_local_notifications in the app delegate project not getting compiled.
I have done everything as given in the read me file but I am not able to run the project. always getting No such module for flutter_local_notifications.
Failed to build iOS app Could not build the precompiled application for the device. Swift Compiler Error (Xcode): No such module 'flutter_local_notifications' /Users/hrushikesh/Documents/Hrushikesh/Documents/FlutterDev/flutterDevelopmentProjects/SourceTree/ios/Runner/AppDelegate.swift:2:7
this is the complete error that I am getting , please let me know the fixes for the same.
I think you might miss import flutter_local_notifications above for 99% of chance.
this also happened to me when upgrade to newest version of 19.3.0
This would need a link to a repository to reproduce but the symptoms described would indicate an app that hasn't resolved/downloaded all the dependencies yet. This includes the native side.