xcode 14 warning: Cannot access property 'Some_name' here in deinitializer; this is an error in Swift 6 – Ios swift
When importing the IQKeyboardManager library in my project, after upgrading to XCode 14, I get these warnings in some of the imported classes: After making a copy of 'self', only non-isolated properties of 'self' can be accessed from a deinit.…