CleanArchitectureRxSwift
CleanArchitectureRxSwift copied to clipboard
Any one can help me out? When i run the example project, it crashed "dyld: Library not loaded".
This is my Xcode console output:
Could you please try now, I've updated pods
@fremaksim https://stackoverflow.com/questions/17703510/dyld-library-not-loaded-reason-image-not-loaded
same question
@fy5220 just solve this with manually add Alamofire and RxAlamorfire into Embed Frameworks in target build phases
@boska ok,thank u
@fy5220 just solve this with manually add Alamofire and RxAlamorfire into Embed Frameworks in target build phases
it's not work for me. I added them to Embed framework, but they're blur. And i get another error.
https://github.com/sergdort/CleanArchitectureRxSwift/pull/66
you can try this branch out it use Carthage to solve dependencies
Any solution for Cocoapods?