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 the app runs smoothly. I am in the .xcworkspace file.
I have this error in Flutter project in XCode 14. One of the external packages were using:
@available(iOS 14.0, *) My current fix is:
Update version in Podfile platform :ios, '14.0', pod update && Pod install
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With