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

Animation on OSX hangs #522

Closed
wildthink opened this issue Jan 28, 2019 · 2 comments
Closed

Animation on OSX hangs #522

wildthink opened this issue Jan 28, 2019 · 2 comments
Assignees
Milestone

Comments

@wildthink
Copy link

The recently added CombinationAnimationGenerator.swift fails to compile for OSX.
Adding

#if os(OSX)
import AppKit
#else
import UIKit
#endif

fixes the build but the animation example in the OSX Example hangs.

@amarunko
Copy link
Contributor

Hi, @wildthink, thanks, build fixed in the master branch. Also, you always can send fixes by pull request. We will investigate hangs.

@ystrot ystrot self-assigned this Feb 1, 2019
@ystrot ystrot added this to the 0.9.4 milestone Feb 1, 2019
@ystrot
Copy link
Member

ystrot commented Feb 11, 2019

This issue fixed in the master branch and will be available in the 0.9.4 release.

@ystrot ystrot closed this as completed Feb 11, 2019
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

3 participants