My app supports iOS 13.0 and uses SF Symbols in a storyboard. I have added the SF Symbol .svg
file to my asset catalog to add support for those that are only available in iOS 14+ but I am still getting the compiler warnings saying
SF Symbol 'square.and.arrow.up' is unavailable prior to iOS 14.0. Add a fallback image of the same name to the asses catalog for backward deployment
I have confirmed the symbols work on iOS 13.
If I click on one of the warnings, it takes me to the storyboard and the warning goes away. As soon as I navigate to another file, the warnings reappear.
Is there a way to get rid of these or could this be an Xcode bug?