解决“No CMAKE_CXX_COMPILER could be found.”更新VisualStudio导致的WindowsSDK或MSVC版本混乱,删除旧版本,尽量只保留最新版本就可解决。星野米奥2024年10月17日
解决“jvm target compatibility should be set to the same Java version”这个错误是由于Java和Kotlin的JVM目标版本不一致导致的。星野米奥2024年9月25日
解决“The run destination iPhone is not valid for Running the scheme ‘Runner’.”错误这是由于Xcode不支持当前设备的操作系统版本,应当更新Xcode至最新版本,或者下载相关版本文件。星野米奥2024年5月8日
解决“Did you forget to declare these files as outputs of any script phases or custom build rules which produce them?”Flutter项目在编译iOS平台时,遇到这个错误...星野米奥2024年4月29日
解决”backend != IOSRenderingBackend::kImpeller. Software rendering is incompatible with Impeller.”flutter run --no-enable-impeller星野米奥2024年4月29日
解决Flutter错误:“Exception in thread “main” java.util.zip.ZipException: zip END header not found”打开Flutter项目的android>gradle>wrapper>gradle-wrapper-properties文件...星野米奥2024年4月11日