Uh oh!
There was an error while loading. Please reload this page.
fix(apple): reduce build noise from Flipper and dependencies - #508
Conversation
| LastSwiftUpdateCheck = 1250; | ||
| LastUpgradeCheck = 1250; | ||
| LastSwiftUpdateCheck = 1300; | ||
| LastUpgradeCheck = 1300; |
There was a problem hiding this comment.
probably just a nit, but might be worth waiting for this change to land for when Xcode 13.0 comes out? Or write a note somewhere about the fact that we're already using Xcode 13 here?
Or just do nothing, I guess it's mostly just you using this repo anyway 😅
There was a problem hiding this comment.
These two lines don't really do anything other than letting Xcode know that we've done a code base "upgrade". There were no changes between 12 and 13 in RNTA, so these have no other effect than not prompting users to upgrade when they open a project with Xcode 13.
🎉 This PR is included in version 0.7.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Warnings were disabled for Flipper and its dependencies because there are too many, making it difficult to see real issues.
Platforms affected
Test plan
Green CI.