Rightpoint / Anchorage

A collection of operators and utilities that simplify iOS layout code.
MIT License
627 stars 46 forks source link

Please Update for Swift 5.2 #91

Closed mlch911 closed 4 years ago

mlch911 commented 4 years ago

Anchorage won't work after updating xcode to 11.4 which is using swift 5.2.

import Anchorage cause an error : Module compiled with Swift 5.1.2 cannot be imported by the Swift 5.2 compiler.

ZevEisenberg commented 4 years ago

How are you importing Anchorage? We don’t distribute Anchorage as a binary, so most likely, you’ll need to rebuild it. This may be as simple as clearing your build folder or derived data. Or, if you’re using Carthage, you’ll probably need to rebuild the framework first.

mlch911 commented 4 years ago

Sorry, I rebuild the framework and it works.