Skip to content
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

Flutter unable to see Devices on AWS #113

Open
kalebhermes opened this issue Jul 14, 2020 · 2 comments
Open

Flutter unable to see Devices on AWS #113

kalebhermes opened this issue Jul 14, 2020 · 2 comments

Comments

@kalebhermes
Copy link

I've been unable to run iOS tests on AWS when using Sylph. When running, the app builds and is uploaded, Flutter is installed on AWS, but when Sylph runs flutter drive, it returns with the error message No devices found.. I forked the repo and added a flutter devices command, and am seeing the same message.

Anyone have any idea what to do to encourage Flutter to see the device that's connected?

@OndrejKunc
Copy link

I have the same issue. I am using Flutter 1.22.4 and flutter doctor returns No devices available when running iOS tests.
@kalebhermes Have you found any solution?

@OndrejKunc
Copy link

After some more investigation, I found out the devices are visible on Flutter version v1.12.13+hotfix.9.
But when I switched to the 1.17 or later it will no longer detect any device.
The only way I was able to detect the device on new Flutter versions is by adding --device-timeout argument:
flutter devices --device-timeout 60
It returns:

1 connected device:

9905949316 (mobile) • 00008030000C50A13EF2802E • ios • iOS 13.3.1

• Error: 9905949316 is busy: Preparing debugger support for 9905949316. Xcode will continue when 9905949316 is finished. (code -10)

But it doesn't detect the device when running flutter driver, even if I also add the --device-timeout.

Has anyone managed to make AWS device farm work with the new Flutter versions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants