The app runs perfectly on every simulator but when I try to run it on a physical device , it shows the following error :-
I also tried to run it on various physical devices like iPhone 6 , iPhone 7 and iPhone 11. After that I came to a conclusion that the error is occurring on devices running on version of iOS 13.3.1 as App only runs successfully on iPhone 6 which is running on iOS 12.4.4
I also tried to run new project on same physical devices but it keeps showing me blank screen (on devices running on iOS 13.3.1) and if I install any framework in that new project then it's showing same error as shown in image.
I already tried:
In Alamofire issue tracker peoples are suggesting that doing these steps:
use_frameworks!
in Podfileuse_modular_headers!
in Podfilesolves the issue with using free Apple ID on iOS 13.3.X