FlutterNote
FlutterNote copied to clipboard
Easy to learn Flutter(Flutter 即学即用,Flutter 速成必备)
检查一下是不是连接了真机。 这边出现的情况是在打开模拟器的时候还连接了真机。 把真机给拔了就可以了。 可能的原因是真机没有点击信任机器。
AppDelegate.swift:8:65: error: 'LaunchOptionsKey' is not a member type of 'UIApplication' didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
[!] iOS toolchain - develop for iOS devices (Xcode 10.1) ✗ Verify that all connected devices have been paired with this computer in Xcode. If all devices have been paired,...
Error on line 25, column 5 of pubspec.yaml: A dependency may only have one source. sdk: flutter ^^^^^^^^^^^^^ pub get failed (65)
what I meet the question is directly return Scaffold ``` return new Scaffold( appBar: new AppBar( title: new Text('demo'), ), body:Text('test') ); ``` instead of return MaterialApp is solve this...