Andrew Fletcher published: 11 May 2018 1 minute read
If you have this error, the core issue is the dyld issue.
dyld
dyld is a shared library (dylib).
The error is a product where the library path cannot be found at run time. Most likely you have installed a framework to your project and there is an issue in the standard location (such as /Library/Frameworks) on your build and the framework that you have added.
When I had this issue, I researched and researched but found no solutions for my issue. So I reviewed the set-up process for carthage. I had not added the frameworks to my projects correctly. For steps to resolve this ensure that you have undertaken the process outlined on the Carthage create a cartfile page. Scroll mid way down the screen to Framework set-up in your project.