r3econ

Results 11 comments of r3econ

I'd like to know the same?

Is there any guide about updating from one version to another?

Is anyone checking the issues here? It's been more than one year since this has been reported.

I added ``` open override func gestureRecognizerShouldBegin(_ gestureRecognizer: UIGestureRecognizer) -> Bool { if gestureRecognizer.isKind(of: UIPanGestureRecognizer.self) { let gesture = gestureRecognizer as! UIPanGestureRecognizer let velocity = gesture.velocity(in: self) return abs(velocity.y)>abs(velocity.x) }...

I have the same problem. ``` The app references non-public selectors in Payload/***/Frameworks/Eureka.framework/Eureka: datePickerValueChanged:, valueChanged ``` I am building with Xcode `Version 14.0 (14A309)`

I could also try to solve it but I'd need some hints. Do you know what is causing the problem there, where to start looking?.

Thanks a lot! I tested, changed the action invocation in the workflow to use the latest tag like in the screenshot below. However, I'm still getting the same error `ErrCorrecting...

Hi @VladislavFitz when would the fix go live? Our CI workflows fail with the above-mentioned error

Any update? We'd love to have it fixed :)