FlutterNote icon indicating copy to clipboard operation
FlutterNote copied to clipboard

BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug

Open zhanzengyu opened this issue 6 years ago • 1 comments
trafficstars

AppDelegate.swift:8:65: error: 'LaunchOptionsKey' is not a member type of 'UIApplication'

didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?

zhanzengyu avatar Nov 18 '19 13:11 zhanzengyu

In AppDelegate.swift, Use UIApplicationLaunchOptionsKey instead of UIApplication.LaunchOptionsKey

@link: https://stackoverflow.com/questions/58158130/error-running-on-ios-simulator-with-flutter

zhanzengyu avatar Nov 18 '19 13:11 zhanzengyu