I have updated my phone's OS version to iOS 14 and spent today updating Xcode to version 12, yet when I try to build my Flutter app on my iPhone 11 - iOS 14 through Android Studio, it gives me this error:Your Xcode version may be too old for your iOS version.═══════════════════════════════════════════════════════════════════════════════════2020-09-18 19:14:26.576 ios-deploy[30916:201883] [ !! ] Error 0xe8000022: The service is invalid. AMDeviceSecureStartService(device, CFSTR("com.apple.debugserver"), NULL, &con)Could not run build/ios/iphoneos/Runner.app on 00008030-00012C200C45802E.Try launching Xcode and selecting "Product > Run" to fix the problem: open ios/Runner.xcworkspaceError launching application on Azheen’s.推荐答案此已发布早在八月的扑回回购中就被提出来了.目前,该问题已通过最近的更新来解决.This issued was raised a while back in August in the flutter repo. Currently, the issue has been fixed by the recent flutter update.运行flutter upgrade到v1.20.4以获得修复程序Run flutter upgrade to v1.20.4 to get the fix 这篇关于对于您的iOS版本,您的Xcode版本可能太旧了的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
09-03 11:53