Masonry icon indicating copy to clipboard operation
Masonry copied to clipboard

-[UIView mas_topMargin]: unrecognized selector, My project crashed when I updatedTo v1.1.0

Open CoderMrUku opened this issue 6 years ago • 2 comments

New Issue Checklist

🚫 If this template is not filled out your issue will be closed with no comment. 🚫

  • [ ] I have looked at the Documentation
  • [ ] I have filled out this issue template.

Issue Info

Info Value
Platform iOS
Platform Version 11.1.2
Masonry Version 1.1.0
Integration Method Cocoapods

Issue Description

⚠️ Replace this with the description of your issue. ⚠️

CoderMrUku avatar Dec 29 '17 07:12 CoderMrUku

I've had this problem too。 and then I find my project in pod - masonry - build setting - ios deployment target was ios 6. so the __IPHONE_OS_VERSION_MIN_REQUIRED >= 80000 can not be take effect. so when i change it to ios 8.0, that the problem is solved.

AddIcechan avatar Jan 10 '18 06:01 AddIcechan

it works,thanks a lot.

CoderMrUku avatar Jan 11 '18 02:01 CoderMrUku