Problems reading data from Binary store in /Users/xxxx/.gradle/.tmp/gradle7236275969606999136.bin offset 5160 exists? true
flutter应用
$ flutter --version
Flutter 3.35.3 • channel [user-branch] • unknown source
Framework • revision a402d9a437 (5 个月前) • 2025-09-03 14:54:31 -0700
Engine • hash 672c59cfa87c8070c20ba2cd1a6c2a1baf5cf08b (revision ddf47dd3ff) (4 months ago) • 2025-09-03 20:02:13.000Z
Tools • Dart 3.9.2 • DevTools 2.48.0
pubspec.yaml中配置了fluwx后build时就报错:
dependencies:
flutter:
sdk: flutter
fluwx: ^5.7.5
配置了依赖后也执行了flutter pub get安装了依赖,但是在执行build时就报错,错误信息如下:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processReleaseResources'.
> Could not resolve all dependencies for configuration ':app:releaseCompileClasspath'.
> Problems reading data from Binary store in /Users/xxxx/.gradle/.tmp/gradle7236275969606999136.bin offset 5160 exists? true
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 3s
Running Gradle task 'assembleRelease'... 4.0s
Gradle task assembleRelease failed with exit code 1
排查了很久,没有找到问题。