The run destination My Mac is not valid for Running the scheme '你的项目名'.
表现:不能在真机上运行
解决方法:1.XCode 重新启动
2. 手机重新启动
崩溃到masonry内部的方法里面:
reason: 'Attributes should be chained before defining the constraint relation'
修改前: make.right.equalTo(cell.contentTextF).right.offset(5);
修改后: make.right.equalTo(cell.contentTextF).with.offset(5);