I got error related to Metal Framework when running the flutter application

The error is: "Error Domain=MTLLibraryErrorDomain Code=3 "<built-in>:1:10: fatal error: cannot open file './metal_types': Operation not permitted #include "metal_types""

On my Mac mini (with intel chip), I run flutter application in VScode lldb debugger and got this error, flutter application cannot draw its UI and shows a blank white window. My Xcode version is latest version 15.2. Flutter application can run normally in Mac mini M1 in VSCode lldb debugger, and can run normally without debugger in Mac mini Intel chip.

In Metal framework and Core Graphic framework location, there is no file named "metal_types".

Before, it didn't happen. I could run normal in vscode lldb debugger on Mac mini intel chip and M1.

Anyone knows anythings, please comments. Thank you!