Rahiche / soft_edge_blur

A Flutter package that provides a customizable soft edge blur effect for widgets.
MIT License
122 stars 6 forks source link

[ERROR:flutter/impeller/base/validation.cc(59)] Break on 'ImpellerValidationBreak' to inspect point of failure: Render target does not have color attachment at index 0. #17

Open am1994 opened 1 week ago

am1994 commented 1 week ago

I'm encountering a freezing issue when running the app on iOS. The log shows the following error:

[ERROR:flutter/impeller/base/validation.cc(59)] Break on 'ImpellerValidationBreak' to inspect point of failure: Render target does not have color attachment at index 0.

Flutter doctor:

`[✓] Flutter (Channel stable, 3.24.3, on macOS 14.5 23F79 darwin-arm64, locale en-TN) [!] Android toolchain - develop for Android devices (Android SDK version 33.0.1) ✗ Android SDK file not found: /Users/aminabekir/Library/Android/sdk/platforms/android-35/android.jar. [✓] Xcode - develop for iOS and macOS (Xcode 15.4) [✓] Chrome - develop for the web [✓] Android Studio (version 2023.3) [✓] VS Code (version 1.89.1) [✓] Connected device (4 available) ! Error: Browsing on the local area network for iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac. The device must be opted into Developer Mode to connect wirelessly. (code -27) [✓] Network resources

! Doctor found issues in 1 category. `

Rahiche commented 6 days ago

This sounds like #149165

it would be helpful if you can share a snippet of the code and the full logs of the crash