I am compiling my application with Xcode 14.2, and the only iOS SDKs I have installed are:
iPhoneOS16.2.sdk - iOS 16.2 (iphoneos16.2)
SDKVersion: 16.2
Path: /Applications/Xcode14.2/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk
PlatformVersion: 16.2
PlatformPath: /Applications/Xcode14.2/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
BuildID: 1991300E-6117-11ED-BDD5-EAD6C5FA279F
ProductBuildVersion: 20C52
ProductCopyright: 1983-2022 Apple Inc.
ProductName: iPhone OS
ProductVersion: 16.2
Yet I am getting the error that my App needs to be built with Xcode 14.2. One of my frameworks is built with Xcode 13, is this the problem? Do all my frameworks have to be re-compiled with Xcode 14?