flutter_local_notifications icon indicating copy to clipboard operation
flutter_local_notifications copied to clipboard

project not running after installing this plugin

Open hrushi-nimbalkar opened this issue 6 months ago • 4 comments

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.

hrushi-nimbalkar avatar Jun 11 '25 13:06 hrushi-nimbalkar

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.

hrushi-nimbalkar avatar Jun 12 '25 05:06 hrushi-nimbalkar

I think you might miss import flutter_local_notifications above for 99% of chance.

kjm0202 avatar Jun 16 '25 01:06 kjm0202

this also happened to me when upgrade to newest version of 19.3.0

phatLam avatar Jul 14 '25 00:07 phatLam

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.

MaikuB avatar Sep 19 '25 13:09 MaikuB