Flutter VERBOSE-2:platform_view.cc(81):无法创建平台视图渲染图面

Flutter VERBOSE-2:platform_view.cc(81):无法创建平台视图渲染图面,flutter,Flutter,当我将颤振SDK从v1.12.13+修补程序.5更新到v1.24.0-8.0.pre时,我的颤振应用程序无法在iOS中工作。 这是错误日志: 2020-11-19 10:45:49.927339+0800 Runner[355:22342] Metal GPU Frame Capture Enabled 2020-11-19 10:45:49.927614+0800 Runner[355:22342] Metal API Validation Enabled 2020-11-19 10:45:5

当我将颤振SDK从v1.12.13+修补程序.5更新到v1.24.0-8.0.pre时,我的颤振应用程序无法在iOS中工作。 这是错误日志:

2020-11-19 10:45:49.927339+0800 Runner[355:22342] Metal GPU Frame Capture Enabled
2020-11-19 10:45:49.927614+0800 Runner[355:22342] Metal API Validation Enabled
2020-11-19 10:45:50.066676+0800 Runner[355:22342] [VERBOSE-2:platform_view.cc(81)] Failed to 
create platform view rendering surface
020-11-19 10:45:50.103803+0800 Runner[355:22540] flutter: Observatory listening on 
http://127.0.0.1:52306/RAcRjVg3wOk=/
颤振医生:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, 1.24.0-8.0.pre.252, on Mac OS X 10.15.6 19G73
darwin-x64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 12.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 3.5)
[✓] Connected device (3 available)
! Error: iPhone is not connected. Xcode will continue when iPhone is
connected. (code -13)
• No issues found!

你试过运行flutter clean并重新启动IDE吗?是的,我试过我能想到的所有方法,但都没有用