CleanArchitectureRxSwift icon indicating copy to clipboard operation
CleanArchitectureRxSwift copied to clipboard

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

Open fremaksim opened this issue 5 years ago • 8 comments

This is my Xcode console output: image

fremaksim avatar Nov 16 '18 11:11 fremaksim

Could you please try now, I've updated pods

sergdort avatar Nov 27 '18 20:11 sergdort

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

tibinthomas9 avatar Dec 20 '18 11:12 tibinthomas9

same question

fy5220 avatar Mar 28 '19 03:03 fy5220

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

boska avatar Mar 28 '19 04:03 boska

@boska ok,thank u

fy5220 avatar Mar 28 '19 08:03 fy5220

@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.

hientuong avatar Mar 28 '19 10:03 hientuong

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

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

boska avatar Mar 31 '19 08:03 boska

Any solution for Cocoapods?

scinfu avatar Jun 25 '19 19:06 scinfu