The new react native 0.62 has introduced new feature "Flipper", i saw that is a good debugger for debug mode, so it will compiled every single files of Flipper, that's good.
But now, Why also in release mode (archiving) in xcode is also compiling Flipper files?We actually don't need Flipper in release mode or distributed mode.
How can i stop xcode to do that in release mode?
Many thanks.