dyld: Library not loaded: @rpath/Alamofire.framework/Versions/A/Alamofire Reason: image not found
Solved Below the steps I did:
- pod deintegrate, pod update, pod install
- Reimported the three swift library files (generated by cocoapods)
- Imported the three frameworks only in the Linked Frameworks and Libraries
- Full clean and a build
dyld library not loaded @rpath/framework
please make sure that the framework is showing under target->general->embeded binaries and linked framework and libraries section
if not then add by clicking + sign add just add the framework only
done!
For iOS 13.3.1 : comment use_frameworks in podfile .