SiSo Mollov

Results 4 comments of SiSo Mollov

@devxoul this error occur when `--no-use-binaries` is used. Carthage needs project file to work.

yep with this code ```swift var newFrame = view.frame newFrame.size.height = 50 UIView.animate( withDuration: 1.25, delay: 0, usingSpringWithDamping: 0.65, initialSpringVelocity: 0.75, options: [], animations: { self.testLayer.frame = newFrame self.view.alpha =...

I have the same problem. Additionally, the error appears when I run the test target.