-
Notifications
You must be signed in to change notification settings - Fork 28.6k
'flutter drive' fails to detect iOS hardware #5294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I believe @yjbanov has this working? |
Is this still an issue? I have not taken any action on this, but it works on an iPhone. |
Yes, flutter drive still starts a simulator instead of using my iPod Touch. |
Amazingly this appears to still be an issue?
Here is the log from the crash Flutter crash report; please file at https://github.com/flutter/flutter/issues. commandflutter drive exceptionNoSuchMethodError: The method '[]' was called on null.
flutter doctor
|
I bet the problem is that "iPod touch" doesn't match _iosDeviceTypePattern. This should be relatively easy to fix. |
Tested locally and this is now working. I'm unaware of when the fix was landed.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
In flutter/examples/stocks, with an iPod Touch connected (that
flutter run
successfully detects)The text was updated successfully, but these errors were encountered: