tokopedia / RxComposableArchitecture

RxComposableArchitecture is a forked of Composable Architecture with adjustment to make it work with UIKit.
Apache License 2.0
31 stars 5 forks source link

pod install error #103

Open AtmanChen opened 9 months ago

AtmanChen commented 9 months ago

guys~ This project is awesome, I really want to user it. when I add pod "RxComposableArchitecture", :git => 'https://github.com/tokopedia/RxComposableArchitecture', :tag => '0.50.3' into my Podfile and then run pod install. It reported the error "Unable to find a specification for Dependencies depended upon by RxComposableArchitecture". It seems the Dependencies was not supported for the Cocoapods. Unfortunately I can not use SPM to install it because two RxSwift dependency will report strange conflict error. Do you have any ideas? Thank you very much~

wendyliga commented 8 months ago

@AtmanChen could you share the full log for the pod install

wendyliga commented 6 months ago

@AtmanChen I've updated the installation guide, please let me know if you still encounter the issue