RxSwiftCommunity / RxMediaPicker

A reactive wrapper built around UIImagePickerController.
MIT License
180 stars 62 forks source link

Carthage --platform iOS command doesn't work #30

Open hjh5696 opened 3 years ago

hjh5696 commented 3 years ago

Hello, I tried to add the project through Carthage but doesn't work with the error below.

image

I tried with carthage update RxMediaPicker --platform iOS --cache-builds and without --cache-builds command as well, both not working.

I am using Xcode 12.1 and my cartfile is like below.

...
github "ReactiveX/RxSwift" ~> 5.1.0
github "RxSwiftCommunity/RxAlamofire" ~> 5.3
github "RxSwiftCommunity/RxDataSources" ~> 4.0
github "RxSwiftCommunity/RxAVFoundation"
github "RxSwiftCommunity/RxRealm" ~> 3.1
github "RxSwiftCommunity/RxMediaPicker" ~> 2.0
github "RxSwiftCommunity/RxGesture" ~> 3.0
github "realm/realm-cocoa" ~> 5.0

Thanks