My client is using Xcode 11 but the iOS framework imported in the project is available only in Xcode 13. Client is getting "framework not found" in Xcode 11 . Is there a way to make my project compatible with older Xcode Version?
Xcode backward compatibility
Yes, but new frameworks are just not built into older versions and therefore will not compile the project.