mitesh77 / Best-Flutter-UI-Templates

completely free for everyone. Its build-in Flutter Dart.
Other
20.24k stars 4.51k forks source link

Fixed IOS Build Error #3

Closed IAmSarthakVerma closed 5 years ago

IAmSarthakVerma commented 5 years ago

On Flutter 1.7.8, building the app for IOS gives the following error.

=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug === Best-Flutter-UI-Templates/best_flutter_ui_templates/ios/Runner/AppDelegate.swift:8:65: error: 'LaunchOptionsKey' is not a member type of 'UIApplication' didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?



Fixed it by making changes in "AppDelegate.swift"
mitesh77 commented 5 years ago

hi bro, I already update Flutter 1.9 in this project.