我从2.2.3升级到了fluter 2.5。然后我将其返回到版本2.2.3。在那之后,我就不能在真正的ios手机上调试mod了,只能坚持安装和启动。移除fluter缓存并清除fluter没有任何帮助。
[VERBOSE-2:shell.cc(93)] Dart Error: Can't load Kernel binary: Invalid kernel binary format version.
[VERBOSE-2:dart_isolate.cc(170)] Could not prepare isolate.
[VERBOSE-2:runtime_controller.cc(382)] Could not create root isolate.
[VERBOSE-2:shell.cc(576)] Could not launch engine with configuration.发布于 2021-11-02 12:38:34
运行以下命令即可解决此问题:
颤动运行--释放
然后,如果需要,请按照步骤操作,以增加手机的信任度。只需进入手机中的设置->常规->设备管理->信任苹果id
发布于 2021-11-02 12:11:33
流程是这样的:
https://stackoverflow.com/questions/69809378
复制相似问题