When submitting builds to App Store, built with carthage and Xcode Version 11.2.1 (11B500) toolchain, I get this error in response:
ERROR ITMS-90362: "Invalid Info.plist value. The value for the key 'MinimumOSVersion' in bundle MeetHubDev.app/Frameworks/DeepLinkKit.framework is invalid. The minimum value is 8.0"
Does it mean that DeepLinkKit.framework's IPHONEOS_DEPLOYMENT_TARGET needs to be updated now to 8.0 (like here #87), rather than 7.1 (set in #156)?