Open
Description
It's nice to have as little noise as possible in the output of routine tasks like building for iOS with Xcode. We've made a strong effort to eliminate noise in the output of yarn
, which means we immediately notice new, often important warnings from our NPM dependencies that other projects likely ignore, to their detriment.
We get a few messages while building with Xcode that say "Update to recommended settings". Unlike the majority of the warnings during the build, it seems like we might easily be able to do something about these.
So, this issue is to play around with that and see if we can understand and explain what these warnings are saying, clear them (Xcode has a handy "Perform Changes" button), and see if that breaks anything.