RxSwiftCommunity / RxKeyboard

Reactive Keyboard in iOS
MIT License
1.6k stars 175 forks source link

Breaking Carthage build #74

Closed lexrus closed 5 years ago

lexrus commented 5 years ago
Dependency "RxKeyboard" has no shared framework schemes for any of the platforms: iOS

If you believe this to be an error, please file an issue with the maintainers at https://github.com/RxSwiftCommunity/RxKeyboard/issues/new
freak4pc commented 5 years ago

Should be resolved. See #75

lexrus commented 5 years ago
carthage update --platform iOS --no-use-binaries
Please update to the latest Carthage version: 0.31.0. You currently are on 0.30.1
*** Fetching RxKeyboard
*** Fetching RxSwift
*** Checking out RxSwift at "4.3.1"
*** Checking out RxKeyboard at "0.9.0"
*** xcodebuild output can be found in /var/folders/k0/dp8rqkfj6gv2y7nwxz4z6cnm0000gn/T/carthage-xcodebuild.0HIja0.log
*** Building scheme "RxBlocking-iOS" in Rx.xcworkspace
*** Building scheme "RxCocoa-iOS" in Rx.xcworkspace
*** Building scheme "RxSwift-iOS" in Rx.xcworkspace
*** Building scheme "RxTests-iOS" in Rx.xcworkspace
*** Skipped building RxKeyboard due to the error:
Dependency "RxKeyboard" has no shared framework schemes for any of the platforms: iOS

If you believe this to be an error, please file an issue with the maintainers at https://github.com/RxSwiftCommunity/RxKeyboard/issues/new

Still getting error. I guess we have to use the precompiled framework?

freak4pc commented 5 years ago

Get rid of --no-use-binaries. RxKeyboard only supports pre-compiled binary for Carthage.