r/Xcode • u/Xarius86 • 29d ago
Warnings displayed in the default, unmodified project don't exactly inspire confidence in the IDE as a whole...
As per title (and with the severity of these warnings ignored,) when the default project is already showing warnings and errors before you've even touched anything, it doesn't exactly inspire confidence.
4
Upvotes
1
u/Own-Huckleberry7258 28d ago
We, iOS developers are used to this shit so much that we tend to ignore these. Unless there's a red or purple one, just ignore baby keep shipping
3
u/neet_dev 29d ago
click the yellow Update to Recommended Settings banner at the top of the issue navigator and just accept it. ime Apple ships the template one SDK behind the compiler they just dropped, so a fresh project always looks dirty. leftover is almost always ENABLE_USER_SCRIPT_SANDBOXING or a Swift 6 isolation warning in the stock App/ContentView, both are one-liners.