Я постоянно получаю эту ошибку и я не могу от него избавиться:
Код: Выделить всё
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find io.flutter:x86_64_debug:1.0.0-36335019a8eab588c3c2ea783c618d90505be233.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/io/flutter/x86_64_debug/1.0.0-36335019a8eab588c3c2ea783c618d90505be233/x86_64_debug-1.0.0-36335019a8eab588c3c2ea783c618d90505be233.pom
- https://repo.maven.apache.org/maven2/io/flutter/x86_64_debug/1.0.0-36335019a8eab588c3c2ea783c618d90505be233/x86_64_debug-1.0.0-36335019a8eab588c3c2ea783c618d90505be233.pom
- https://plugins.gradle.org/m2/io/flutter/x86_64_debug/1.0.0-36335019a8eab588c3c2ea783c618d90505be233/x86_64_debug-1.0.0-36335019a8eab588c3c2ea783c618d90505be233.pom
- https://jitpack.io/io/flutter/x86_64_debug/1.0.0-36335019a8eab588c3c2ea783c618d90505be233/x86_64_debug-1.0.0-36335019a8eab588c3c2ea783c618d90505be233.pom
- https://jcenter.bintray.com/io/flutter/x86_64_debug/1.0.0-36335019a8eab588c3c2ea783c618d90505be233/x86_64_debug-1.0.0-36335019a8eab588c3c2ea783c618d90505be233.pom
Required by:
project :app
> Could not find io.flutter:x86_debug:1.0.0-36335019a8eab588c3c2ea783c618d90505be233.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/io/flutter/x86_debug/1.0.0-36335019a8eab588c3c2ea783c618d90505be233/x86_debug-1.0.0-36335019a8eab588c3c2ea783c618d90505be233.pom
- https://repo.maven.apache.org/maven2/io/flutter/x86_debug/1.0.0-36335019a8eab588c3c2ea783c618d90505be233/x86_debug-1.0.0-36335019a8eab588c3c2ea783c618d90505be233.pom
- https://plugins.gradle.org/m2/io/flutter/x86_debug/1.0.0-36335019a8eab588c3c2ea783c618d90505be233/x86_debug-1.0.0-36335019a8eab588c3c2ea783c618d90505be233.pom
- https://jitpack.io/io/flutter/x86_debug/1.0.0-36335019a8eab588c3c2ea783c618d90505be233/x86_debug-1.0.0-36335019a8eab588c3c2ea783c618d90505be233.pom
- https://jcenter.bintray.com/io/flutter/x86_debug/1.0.0-36335019a8eab588c3c2ea783c618d90505be233/x86_debug-1.0.0-36335019a8eab588c3c2ea783c618d90505be233.pom
Required by:
project :app
Код: Выделить всё
$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.3, on macOS 15.0 24A335 darwin-x64, locale en-EG)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[!] Xcode - develop for iOS and macOS (Xcode 13.2.1)
✗ Flutter requires Xcode 14 or higher.
Download the latest version or update via the Mac App Store.
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] IntelliJ IDEA Community Edition (version 2023.3.4)
[✓] VS Code (version 1.93.1)
[✓] Connected device (3 available)
[✓] Network resources
Подробнее здесь: https://stackoverflow.com/questions/790 ... debug1-0-0