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
If ios-deploy is installed after IntelliJ has started, it looks like new devices will not be discovered even when they are shown in the listing provided by flutter devices.
Steps to Reproduce
Install Flutter on Mac, but don't install ios-deploy via homebrew just yet.
Install and start IntelliJ with the Flutter plugin.
Create a Flutter project.
Now install ios-deploy and make sure an associated device is listed in flutter devices.
Notice how the new device doesn't show up in IntelliJ.
Version info
[✓] Flutter (on Mac OS, channel master)
• Flutter at /Users/kasperl/Dart/Flutter/flutter
• Framework revision df149c0b4b (4 days ago), 2017-02-19 14:12:57
• Engine revision ab09530927
• Tools Dart version 1.23.0-dev.0.0
[✓] Android toolchain - develop for Android devices (Android SDK 23.0.3)
• Android SDK at /Users/kasperl/Library/Android/sdk
• Platform android-23, build-tools 23.0.3
• Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
[✓] iOS toolchain - develop for iOS devices (Xcode 8.2.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 8.2.1, Build version 8C1002
• ios-deploy 1.9.1
[✓] IntelliJ IDEA Community Edition (version 2016.3.4)
• Dart plugin version 163.13137
• Flutter plugin version 0.1.10
FYI @stevemessick@devoncarew, is the daemon not initialized correctly in this case? I know that you are expected to install ios-deploy first, but as we have seen in the studies users often don't follow the instructions 100% :-)
I think what's happening here is that the daemon is caching some state about the available command-line tools on first access. If so, we should change to not caching, or not caching a failure.
If
ios-deploy
is installed after IntelliJ has started, it looks like new devices will not be discovered even when they are shown in the listing provided byflutter devices
.Steps to Reproduce
ios-deploy
via homebrew just yet.ios-deploy
and make sure an associated device is listed influtter devices
.Version info
[✓] Flutter (on Mac OS, channel master)
• Flutter at /Users/kasperl/Dart/Flutter/flutter
• Framework revision df149c0b4b (4 days ago), 2017-02-19 14:12:57
• Engine revision ab09530927
• Tools Dart version 1.23.0-dev.0.0
[✓] Android toolchain - develop for Android devices (Android SDK 23.0.3)
• Android SDK at /Users/kasperl/Library/Android/sdk
• Platform android-23, build-tools 23.0.3
• Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
[✓] iOS toolchain - develop for iOS devices (Xcode 8.2.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 8.2.1, Build version 8C1002
• ios-deploy 1.9.1
[✓] IntelliJ IDEA Community Edition (version 2016.3.4)
• Dart plugin version 163.13137
• Flutter plugin version 0.1.10
[✓] Connected devices
• iPod touch • ... • ios • iOS 9.3.4 (13G35)
The text was updated successfully, but these errors were encountered: