You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launching lib/main.dart on iPhone 16 Pro Max in debug mode...
Running Xcode build...
Xcode build done. 13.9s
Failed to build iOS app
Swift Compiler Error (Xcode): No such module 'flutter_local_notifications'
/Users/roniejapz/FlutterProjects/firewatch7/ios/Runner/AppDelegate.swift:2:7
Could not build the application for the simulator.
Error launching application on iPhone 16 Pro Max.
The text was updated successfully, but these errors were encountered:
import Flutter
import UIKit
import flutter_local_notifications
@main
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
}
}
ERROR BELOW
Launching lib/main.dart on iPhone 16 Pro Max in debug mode...
Running Xcode build...
Xcode build done. 13.9s
Failed to build iOS app
Swift Compiler Error (Xcode): No such module 'flutter_local_notifications'
/Users/roniejapz/FlutterProjects/firewatch7/ios/Runner/AppDelegate.swift:2:7
Could not build the application for the simulator.
Error launching application on iPhone 16 Pro Max.
The text was updated successfully, but these errors were encountered: