-
Notifications
You must be signed in to change notification settings - Fork 0
iOS&Flutter 混编问题分析 #26
Copy link
Copy link
Open
Description
在进行iOS真机调试时,项目工程编译未报错,但是启动运行后页面一直白屏,控制台输出如下信息:
[VERBOSE-2:shell.cc(93)] Dart Error: Can't load Kernel binary: Invalid kernel binary format version.
[VERBOSE-2:dart_isolate.cc(143)] Could not prepare isolate.
[VERBOSE-2:runtime_controller.cc(385)] Could not create root isolate.
[VERBOSE-2:shell.cc(604)] Could not launch engine with configuration.解决方案:
删除Flutter安装目录中的bin/cache目录,然后运行
flutter doctor -v
flutter clean
flutter pub get
flutter build iosReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels