You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'> 4.0'pod 'RxCocoa', '
pod 'RxDataSources', '
> 3.0'> 4.0'pod 'RxAnimated'
pod 'SDWebImage', '
pod 'Stripe'
pod 'FirebaseUI/Facebook'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'Firebase/Messaging'
The text was updated successfully, but these errors were encountered: