Mohammad Parvez
Mohammad Parvez

Reputation: 417

dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire and AlamofireImage

I am installing Alamofire, AlamofireImage and some other pods. pod target is a magplusframework, and my app target using the magplusframework which all pods have been installed.

Everything is fine but when I run the app. App got crashed and show error.

dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire Referenced from: /Users/abc/Library/Developer/Xcode/DerivedData/project-bbrgqfddrolbzefvpttmxgmmkkqn/Build/Products/Debug-iphonesimulator/magplusframework.framework/magplusframework

Reason: image not found

I also tried Always Embed Swift Standard Libraries to YES in both the target magplusframework and my app target. but it did't worked.

Upvotes: 0

Views: 228

Answers (2)

Mohammad Parvez
Mohammad Parvez

Reputation: 417

I solve the issue after adding the framework in embeded SDK

Upvotes: 0

TheShy
TheShy

Reputation: 13

Thank you very much. You can check the apple root certificate in the keychain and change the trust to the system default

Upvotes: 0

Related Questions