Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I get rid of the "ImpellerValidationBreak" error in my Flutter project?

I have the following problem in my Flutter project (IDE: IntelliJ). It only happens in my iOS simulator (iOS 17) and not in the Android simulator.

As soon as I click on a button which calls a menu (e.g. Upload Photo -> CupertinoActionSheet with 2 buttons) the screen in the simulator flickers for a while and I get the following error:

[VERBOSE-2:validation.cc(49)] Break on 'ImpellerValidationBreak' to inspect point of failure: Could not create render pipeline: only 14 constant buffers binding are supported in the simulator but 17 were used [VERBOSE-2:validation.cc(49)] Break on 'ImpellerValidationBreak' to inspect point of failure: Failed to get or create runtime effect pipeline. [VERBOSE-2:validation.cc(49)] Break on 'ImpellerValidationBreak' to inspect point of failure: Failed to render entity.

I don't know what it is because I haven't installed any new packages or anything. The last weeks it worked normally.

I have already updated Flutter. Updated the IDE. Xcode is up to date, MacOS is up to date. Flutter doctor shows that everything is ok. Flutter clean, Flutter pub get, pod deintegrate, pod install I have tried everything several times. I just don't know the solution.

like image 298
Arrrda8 Avatar asked Sep 21 '25 04:09

Arrrda8


1 Answers

Issue still opened on GitHub.

like image 141
ziqq Avatar answered Sep 22 '25 17:09

ziqq