I'm using the Xcode server which shipped with Xcode 12.4. I'm setting Xcode-server's bot to generate an ad-hoc build from my source code. That IPA file is working perfectly on iOS 13. But when I try to install on iOS14+ device it is giving me error like "Unable to install app".
I read somewhere that from iOS14 TLS 1.2 is mandatory, which is not in Xcode 12.4's Xcode server or even Xcode 13's server.
Can we manually update SSL for the Xcode server which is running locally? What will be the steps?