Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'AnimationOptions' is not a member type of 'UIView' #24

Open
selcukyucel opened this issue Oct 17, 2018 · 0 comments
Open

'AnimationOptions' is not a member type of 'UIView' #24

selcukyucel opened this issue Oct 17, 2018 · 0 comments

Comments

@selcukyucel
Copy link

selcukyucel commented Oct 17, 2018

Hi I updated facebooksdk in cocoa pods then suddenly started getting this build time errors out of nowhere.

Xcode 9.4.1
Swift 4.1

Pattern cannot match values of type 'RxAnimationType'
case .transition(let type):
'AnimationOptions' is not a member type of 'UIView'
1 - FlipDirection
2- public func animation(duration: TimeInterval, options: UIView.AnimationOptions
3- RxAnimationType

Use of unresolved identifier 'UIAccessibility'
UIAccessibility.isReduceMotionEnabled

And I can't take it back.

Note. I have updated RxSwift and RxCocoa 4.3 to see if anything happens, but same issue still.
Thanks.

This is my pod
pod 'Firebase/Core'
pod 'Firebase/Firestore'
pod 'Firebase/Auth'
pod 'Firebase/Storage'
pod 'Firebase/Functions'
pod 'RxSwift', '> 4.0'
pod 'RxCocoa', '
> 4.0'
pod 'RxDataSources', '> 3.0'
pod 'RxAnimated'
pod 'SDWebImage', '
> 4.0'
pod 'Stripe'
pod 'FirebaseUI/Facebook'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'Firebase/Messaging'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant