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 r
This appears to be a known issue, and most people say it is a problem with using a non-paid Apple ID. Some kind of provisioning thing.
https://github.com/Alamofire/Alamofire/issues/3051
Apple blocked utilizing external frameworks on free accounts with 13.3.1 upgrade. Try downgrading to 13.3.
Reference and solution here: Library not loaded: @rpath/FBLPromises.framework/FBLPromises iOS 13.3.1
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