Recently I've started to work with Xcode server and Xcode bot.
I'm just using Xcode 12.3, no OS X server application.
I've configured bot correctly which generates IPA file of my iOS application. But when I try to install that IPA with
I've downloaded and installed profile and manually trust certificate from Settings. But no luck on iOS 14+.
Even thought same IPA is being installed in iOS 13.3 device.
I read somewhere that iOS 14 uses TLS 1.3 by default for all SSL certificates, is that related to my problem? Does my Xcode server's self signed SSL is not supporting TLS 1.3?
How can I solve this problem?
I'm just using Xcode 12.3, no OS X server application.
I've configured bot correctly which generates IPA file of my iOS application. But when I try to install that IPA with
It always shows me error in iOS 14+ device.https://<my-macbook-air>.local/xcode
I've downloaded and installed profile and manually trust certificate from Settings. But no luck on iOS 14+.
Even thought same IPA is being installed in iOS 13.3 device.
I read somewhere that iOS 14 uses TLS 1.3 by default for all SSL certificates, is that related to my problem? Does my Xcode server's self signed SSL is not supporting TLS 1.3?
How can I solve this problem?