I am using xcode(v13.4.1
) to build a flutter app, when I first build the app, shows error like this:
This application cannot tree shake icons fonts. It has non-constant instances of IconData at the following locations:
and I found the answer from This application cannot tree shake icons fonts. and add some parameter in xcode like this:
but did not work, am I missing something? what should I do to fixed this problem?