Xcode 14 beta error: Stored properties cannot be marked potentially unavailable with '@available' – Ios swift
I get this error when I run my app on Xcode 14 beta and I don't know how to fix it: Stored properties cannot be marked potentially unavailable with '@available' It doesn't pop up when I run Xcode 13, and…