After building the Parse iOS SDK with Carthage on Xcode 11.5 I get this error when validating the app for App Store submission:  The solution was to manually bump the `MinimumOSVersion` in `ParseFacebookUtilsV4.framework/Info.plist` from `6.0` to `8.0`. I am surprised that it matters at all because the app's deployment target is iOS 11.1. Maybe Swift 5 does not support iOS 6 anymore?