The run destination My Mac is not valid for Running the scheme '你的項(xiàng)目名'.
表現(xiàn):不能在真機(jī)上運(yùn)行
解決方法:1.XCode 重新啟動
2. 手機(jī)重新啟動
崩潰到masonry內(nèi)部的方法里面:
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);