Posts

Post marked as unsolved
115 Views

Xcode server bot's product unable to install in iOS 14

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 https://my-macbook-air.local/xcode It always shows me error in iOS 14+ device. 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?
Asked
Last updated .
Post marked as unsolved
67 Views

How can you get UIEvents in custom Framework

I Created my own framework for iOS, in that I craeted 1 subclass of UIView and in that I created 1 button and set 1 target for TouchUpInside to it . Target method is in same class of framework.While Testing I can View my created Button via my framework but it's TouchUpInside target never getting called.Where I'm lacking, I am unable to find. Please help me to solve this problem.Here is some more information about it.
Asked
Last updated .