sergdort / CleanArchitectureRxSwift

Example of Clean Architecture of iOS app using RxSwift
MIT License
3.88k stars 494 forks source link

Any one can help me out? When i run the example project, it crashed "dyld: Library not loaded". #57

Open fremaksim opened 5 years ago

fremaksim commented 5 years ago

This is my Xcode console output: image

sergdort commented 5 years ago

Could you please try now, I've updated pods

tibinthomas9 commented 5 years ago

@fremaksim https://stackoverflow.com/questions/17703510/dyld-library-not-loaded-reason-image-not-loaded

fy5220 commented 5 years ago

same question

boska commented 5 years ago

@fy5220 just solve this with manually add Alamofire and RxAlamorfire into Embed Frameworks in target build phases frameworks

fy5220 commented 5 years ago

@boska ok,thank u

hientuong commented 5 years ago

@fy5220 just solve this with manually add Alamofire and RxAlamorfire into Embed Frameworks in target build phases frameworks

it's not work for me. I added them to Embed framework, but they're blur. And i get another error.

boska commented 5 years ago

https://github.com/sergdort/CleanArchitectureRxSwift/pull/66

you can try this branch out it use Carthage to solve dependencies

scinfu commented 5 years ago

Any solution for Cocoapods?