SnapKit / Masonry

Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout
MIT License
18.05k stars 3.14k forks source link

min version request >= 110000 cause app can't run under iOS 8.0 #468

Open cntrump opened 7 years ago

cntrump commented 7 years ago

hi , @robertjpayne IPHONE_OS_VERSION_MIN_REQUIRED >= 110000 need set iOS Deployment Target to 11.0 use IPHONE_OS_VERSION_MAX_ALLOWED and __TV_OS_VERSION_MAX_ALLOWED is a better way ?