Skip to content

Instantly share code, notes, and snippets.

@eseidelGoogle
Created February 16, 2016 22:26
Show Gist options
  • Save eseidelGoogle/c913df9a86254a25d177 to your computer and use it in GitHub Desktop.
Save eseidelGoogle/c913df9a86254a25d177 to your computer and use it in GitHub Desktop.
iPhone 5 failure
Erics-MacBook-Air:my_app ericseidel$ flutter start
idevice_id not found. To work with iOS devices, please install ideviceinstaller.
If you use homebrew, you can install it with "$ brew install ideviceinstaller".
Starting lib/main.dart on iPhone 5...
An error was encountered processing the command (domain=FBSOpenApplicationErrorDomain, code=1):
The operation couldn’t be completed. (FBSOpenApplicationErrorDomain error 1.)
Error code 1 returned when attempting to run command: /usr/bin/xcrun simctl launch EC33D8AF-D8E0-42BB-A56D-45847027FDBB io.flutter.runner.Runner --enable-checked-mode
Error starting application on iPhone 5.
Unable to run application.
Erics-MacBook-Air:my_app ericseidel$ flutter logs
idevice_id not found. To work with iOS devices, please install ideviceinstaller.
If you use homebrew, you can install it with "$ brew install ideviceinstaller".
Showing logs for iPhone 5:
FormatException: Bad UTF-8 encoding 0xa0
dart:isolate _RawReceivePortImpl._handleMessage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment