Closed
Description
dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire
Referenced from: /private/var/mobile/Containers/Bundle/Application/XXX/Anachronos.app/Anachronos
Reason: image not found
Xcode6 GM
I've read all the issues about this kind of problem, but couldn't solve the problem.
Also, there is the same issue in iOS Example project:
dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire
Referenced from: /private/var/mobile/Containers/Bundle/Application/CEA6C4C1-C211-460C-8ECF-4FD9C66F1016/iOS Example.app/iOS Example
Reason: image not found
Activity
mikoj commentedon Sep 15, 2014
I had a similar issue


Build Phases
General
imWildCat commentedon Sep 16, 2014
@mikoj Thank you very much!
Paludis commentedon Sep 17, 2014
Also have the same issue with the example project, would be nice if the example built out of the box.
mattt commentedon Sep 18, 2014
Fixed by cb7dde5.
khunshan commentedon Dec 1, 2014
Thanks @mikoj
hernanarber commentedon Feb 2, 2015
THANKS :-)
KevinIsSun commentedon Feb 17, 2015
I have the same question, I just do as Mikoj told, but i still crash on my iPhone, not in simulator.I really do not know how to do
minhoryang commentedon Apr 10, 2015
Me too as KevinIsSun said.. Is this really resolved?
mmmattos commentedon Apr 19, 2015
Thanks all for the insights in solving this issue.
Just one clarification. The "Embed Frameworks" option was not available on xCode 6.3 under Build Phases. It is actually a "Copy Files Phase" (clicking in the +) in the same Build Phases.
I had to do it too for other framework I use (SwiftyJSON).
41 remaining items
Fix dyld: Library not loaded: @rpath/ChouTi.framework/ChouTi
thihaaung6245 commentedon Jul 31, 2017
@OmarAlEisa , Special thanks to you, I did experienced this because I removed all certificates from my keychain!!! Thanks to you.
daibodhisattva commentedon Nov 8, 2017
Just had the same issue on High Sierra with Xcode 9.1. After trying the dozens and dozens of suggestions on various posts, our solution was simply to change the code signing authority from one team member to another. We deleted the problem cert, and the app installed and ran on the test phone fine. Reinstalled the originally signing authority profile and compiled again... all good now. I'd recommend making this the first step in testing for this error. We tried deleting derived data and cache, reinstalling Xcode from scratch, etc. Nothing we did, not settings adjusted had any effect until we simply swapped out the signing profiles and ran a build. After that, all issues resolved.
neilsekhon commentedon Dec 22, 2017
The only thing that worked for me:
Target > Build Phases > [CP] Embed Pods Frameworks
Uncheck "Show environment variables in build log" and "Run script only when installing"
steewsc commentedon Dec 27, 2017
Also (this worked for me) if you are using multiple configuration (Dev, Staging, Production...) check that those configurations are using proper Pods xcconfig files (see .dev, .test and .release):

KiranJasvanee commentedon Mar 8, 2018
cleaned Derived Data and worked! 👍 :))
furkanvijapura commentedon Mar 12, 2018
I Have new issue faced in Alamofire Framwork
error Description >>
plz help solve this isuue
kaiyuanheshang commentedon Mar 12, 2018
Fix dyld: Library not loaded: @rpath/ChouTi.framework/ChouTi
poonamdhomane commentedon Aug 2, 2019
@grantkemp Thanks , it worked for me (y)
I was facing the same issue on xcode 10.3 with ios 12
swapnizzle commentedon Apr 8, 2020
I encountered this issue when trying to build to my actual iOS device (but it worked fine in the simulator). I spent at least 10 hours trying to fix this bug. Tried everything in all the forums, nothing worked. But this is what finally worked for me!
I couldn't have imagined this, but its true that iOS 13.3.1 breaks the third parties signature unless you have a paid developer account!
jshier commentedon Apr 8, 2020
@swapnizzle Yes, that issue was tracked by #3051.