Search code examples
flutterios13xcode11

Flutter cannot install app on iPhone after upgrade to iOS 13.1 and Xcode 11


Today I had this great idea to update my iPhone to iOS 13 and Xcode to version 11... (why not go for a cup f tea instead?!?)

So now I am not anymore able to install my app developed in flutter in my iPhone. Here is the log

2019-09-27 14:10:46.945 ios-deploy[8xxx2:9xxx95] [ !! ] Error 0xe800007f: Device doesn't support wireless sync. AMDeviceStartService(device, CFSTR("com.apple.debugserver"), &gdbfd, NULL)
Could not install build/ios/iphoneos/Runner.app on f7xxx37xxxxb5299ef.
Try launching Xcode and selecting "Product > Run" to fix the problem:
  open ios/Runner.xcworkspace

Error launching application on xxx's iPhone.

If I run the app using Xcode it works fine but flutter does not work

I have seen this page where I think they are talking about the same problem but I am unsure of what I need to do to resolve...

Is there any expert who can suggest what to do ?? Thanks


Solution

  • Update The fix has now hit stable release. To update:

    flutter channel stable
    flutter upgrade
    

    Reference: https://github.com/flutter/flutter/issues/37699#issuecomment-537117087