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

Xcode9: Cartography (3.0.0) fails to compile with Swift 4 for macOS #274

Open
dhmspector opened this issue Nov 6, 2017 · 3 comments
Open

Comments

@dhmspector
Copy link

dhmspector commented Nov 6, 2017

using Cartography (3.0.0), In Cartography/constraint.swift, line 19 and 23:

'isActive' is only available on OS X 10.10 or newer

screen shot 2017-11-06 at 12 29 56 pm

This happens using Cocoapods with a build target whose deployment target is 10.10

@dhmspector dhmspector changed the title Xcode9: Cartography fails to compile with Swift 4 for macOS Xcode9: Cartography (3.0.0) fails to compile with Swift 4 for macOS Nov 6, 2017
@orta
Copy link
Collaborator

orta commented Nov 6, 2017

Interesting, the podspec allows 10.9 - so really that should get an update

@dhmspector
Copy link
Author

Is there an update on this issue?

@corujautx
Copy link
Contributor

I think there is a deeper issue with this one. Is there a way on Mac OS X 10.9 of enabling constraints without appending them to a view? Because the support to layout guides implies that the API should enable constraints for those without needing the reference view.

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