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

Demo app fails to build in Xcode 12 #44

Closed
NickEntin opened this issue Sep 16, 2020 · 1 comment
Closed

Demo app fails to build in Xcode 12 #44

NickEntin opened this issue Sep 16, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@NickEntin
Copy link
Collaborator

When building the demo app with the Xcode 12 GM, the compiler has trouble resolving the type of expressions:

Example/Stagehand/CollectionKeyframesViewController.swift:93:27: The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
Example/Stagehand/CollectionKeyframesViewController.swift:99:27: The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
Example/Unit Tests/CGAffineTransformInterpolationSnapshotTests.swift:59:9: Type of expression is ambiguous without more context
@NickEntin
Copy link
Collaborator Author

NickEntin commented Sep 16, 2020

Since Collection Keyframes is an incomplete feature and no progress has been made recently, I think it's reasonable to remove that view controller entirely for now (or maybe remove the entire feature). The other issue should be easy to address.

  • Remove collection keyframes demo screen
  • Provide the compiler with explicit types in affine transform snapshot tests

@NickEntin NickEntin added the bug Something isn't working label Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant