Flutter提示Cannot launch without an active device

VSCode提示Cannot launch without an active device

我本人是使用VSCode开发的,这哥们有时候抽风,明明已经连接了设备却说找不到
解决办法:终端输入flutter devices查看设备是否已连接,如果有已连接的设备,终端会输出相关设备信息,然后终端输入flutter run -d xxx(设备id),启动相应的设备。

xxx iPhone • xxx(已连接的设备id--真机) • ios • iOS 13.3.1
iPhone 11 Pro Max •xxx(已连接的设备id--模拟器)• ios • com.apple.CoreSimulator.SimRuntime.iOS-13-3
(simulator)

你可能感兴趣的:(Flutter提示Cannot launch without an active device)