Closed msencenb closed 4 years ago
Ok upon inspection of my local checkout via Carthage it's failing because the path:
Carthage/Checkouts/InputBarAccessoryView/InputBarAccessoryView
No longer exists. Looks like this commit https://github.com/nathantannar4/InputBarAccessoryView/commit/91ddfd339d91218f8f1077a601d2266ced28d935 changed up the build script, which is likely causing the breakage. 'RxInputBarAccessoryView' exists at that path, but no normal 'InputBarAccessoryView' on 4.3.1.
Will it be fixed?
Would take a PR to fix this. 4.3.1 didn’t add any new features it just fixed RxSwift support. But that’s only available with CocoaPods.
Sent with GitHawk
Seems to be resolved. Closing!
Hoping to install this sweet looking View into my iOS app with Carthage. Running iOS 12 SDK, Mojave, Xcode 10.2.1, Swift 5. Added to my cartfile:
github "nathantannar4/InputBarAccessoryView"
then ran:
carthage update --platform iOS
This produces this output:
And that log file shows this right before the error:
Will trying to figure it out as well!