I am new to IOS development. Is this typical that pods are not compatible with the latest language. I'd love to know what designers typically do to handle these compatibility issues. Do you typically run an older verision of Swift to be compatible. with existing PODS?
I'm running Xcode version 13.1 and MAC Monterey (12.0.1)
I'm working on an application that has been dormant for a while and a lot of the pods have compatibility issues. Including swift 5 warnings and depricated methods.
What is the standard practice. Should I be using older versions of xcode and swift to be compatible with existing pods.