在 macOS 中调试 flutter 应用程序时验证“dyld_sim_shared_cache_arm64”

Dol*_*hin 6 macos android-studio flutter

今天,当我开始调试 flutter(2.10.3) 应用程序时,macOS Monerey 12.3 显示如下信息:

\n
verifying "dyld_sim_shared_cache_arm64"\n
Run Code Online (Sandbox Code Playgroud)\n

并且验证弹出窗口在几个小时内无法完成。它看起来像这样:

\n

在此输入图像描述

\n

为什么要显示这个窗口?我应该做什么来修复它?这是颤振环境:

\n
Doctor summary (to see all details, run flutter doctor -v):\n[\xe2\x9c\x93] Flutter (Channel stable, 2.10.3, on macOS 12.3.1 21E258 darwin-arm, locale en-CN)\n[\xe2\x9c\x93] Android toolchain - develop for Android devices (Android SDK version 32.0.0)\n[\xe2\x9c\x93] Xcode - develop for iOS and macOS (Xcode 13.3.1)\n[\xe2\x9c\x93] Chrome - develop for the web\n[\xe2\x9c\x93] Android Studio (version 2021.1)\n[\xe2\x9c\x93] Android Studio (version 2021.1)\n[\xe2\x9c\x93] IntelliJ IDEA Ultimate Edition (version 2021.3.3)\n[\xe2\x9c\x93] IntelliJ IDEA Community Edition (version 2021.3.3)\n[\xe2\x9c\x93] IntelliJ IDEA Ultimate Edition (version 2021.3.3)\n[\xe2\x9c\x93] IntelliJ IDEA Ultimate Edition (version 2021.3.2)\n[\xe2\x9c\x93] VS Code (version 1.66.0)\n[\xe2\x9c\x93] Connected device (3 available)\n[!] HTTP Host Availability\n
Run Code Online (Sandbox Code Playgroud)\n

小智 1

update_dyld_shared_cache 在 macOS Monterey 上贬值(我的情况是 12.3.1)。这使得flutter(2.10.4)无法更新。让我们等待新版本的flutter不再请求更新。