Xcode-server generated installable product not installing on iOS 14+ Devices

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?

  • Just upgrade to Xcode 13.3 and continue to target iOS 13. At some point the submission door to the App Store using Xcode 12 will close.

  • Xcode 13.3 is not supported in OS X 10.15.7. Xcode 12.4's App Submission will be close to the App Store in the next 10-12 months. Till then I can use Xcode 12.4

Add a Comment