Skip to content

ios-deploy will not launch to ios13 device with "Device doesn't support wireless sync" #37699

@christopherfujino

Description

@christopherfujino

Internal: b/141639365

UPDATE So this was actually two separate issues, this issue, which was fixed by updating the version of ios-deploy we distribute with the flutter tool to pick up an upstream fix (fixed here) and a change in iOS13 logging that resulted in the flutter tool not being able to connect to a Flutter application's observatory after it launched (meaning hot reload did not work). This was fixed later, here. Both fixes landed in v1.10.4, which is currently on the dev branch. There is still an oustanding issue with ios 13 that logs from physical devices are not readable, that is being tracked with #41133.

Split out from this issue by @kangwang1988

This is not directly related to macOS Catalina.

[!] Flutter (Channel alf_stable_v1.5.4, v1.5.4-hotfix.3-pre.28, on Mac OS X 10.15 19A471t, locale en)
    • Flutter version 1.5.4-hotfix.3-pre.28 at /Users/kylewong/Codes/Flutter/official/flutter
    • Framework revision acb8e3e9ea (23 hours ago), 2019-06-04 18:42:28 +0800
    • Engine revision 52c7a1e849
    • Dart version 2.3.0 (build 2.3.0-dev.0.5 a1668566e5)
    ✗ Downloaded executables cannot execute on host.
      See https://github.com/flutter/flutter/issues/6207 for more information

output of flutter run -v:

[        ] [ 49%] Copying /Users/kylewong/Codes/Flutter/intl/fx_intfish/build/ios/iphoneos/Runner.app/AppIcon76x76~ipad.png to device
[ +273 ms] [ 52%] CreatingStagingDirectory
[        ] [ 57%] ExtractingPackage
[        ] [ 60%] InspectingPackage
[  +27 ms] [ 60%] TakingInstallLock
[ +391 ms] [ 65%] PreflightingApplication
[  +39 ms] [ 65%] InstallingEmbeddedProfile
[   +8 ms] [ 70%] VerifyingApplication
[ +291 ms] [ 75%] CreatingContainer
[   +4 ms] [ 80%] InstallingApplication
[   +4 ms] [ 85%] PostflightingApplication
[   +2 ms] [ 90%] SandboxingApplication
[  +14 ms] [ 95%] GeneratingApplicationMap
[ +200 ms] [100%] Installed package build/ios/iphoneos/Runner.app
[ +556 ms] ------ Debug phase ------
[        ] Starting debug of 1c8e085cf2ff6fa27643ab4afec4bf4a077688af (D10AP, iPhone 7, iphoneos, arm64) a.k.a. 'KyleWong's iPhone'
connected through USB...
[ +220 ms] [  0%] Looking up developer disk image
[  +20 ms] [ 95%] Developer disk image mounted successfully
[  +83 ms] 2019-06-05 17:54:58.369 ios-deploy[50514:429547] [ !! ] Error 0xe800007f: Device doesn't support wireless sync.
AMDeviceStartService(device, CFSTR("com.apple.debugserver"), &gdbfd, NULL)
[   +2 ms] Failed to launch the application on device.
[   +1 ms] Installing and launching... (completed in 6.9s)
[        ] Could not install build/ios/iphoneos/Runner.app on 1c8e085cf2ff6fa27643ab4afec4bf4a077688af.
[        ] Try launching Xcode and selecting "Product > Run" to fix the problem:
[        ]   open ios/Runner.xcworkspace
[        ] Error launching application on KyleWong's iPhone.

Metadata

Metadata

Labels

c: regressionIt was better in the past than it is nowe: device-specificOnly manifests on certain devicestoolAffects the "flutter" command-line tool. See also t: labels.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions