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

What frameworks should I import when I drag Masonry into my project ? #454

Closed panyult closed 7 years ago

panyult commented 7 years ago

For some reason,I have to mannully manage Masonry. After I dragged it into my project , and built , Xcode showed info 'linker command failed ...'. I have checked Masony's .m files , they are all in compile sources . Could you tell me what frameworks I should import ?