You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using Cartography (3.0.0), In Cartography/constraint.swift, line 19 and 23:
'isActive' is only available on OS X 10.10 or newer
This happens using Cocoapods with a build target whose deployment target is 10.10
The text was updated successfully, but these errors were encountered:
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
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.
using Cartography (3.0.0), In Cartography/constraint.swift, line 19 and 23:
'isActive' is only available on OS X 10.10 or newer
This happens using Cocoapods with a build target whose deployment target is 10.10
The text was updated successfully, but these errors were encountered: