timeLineiOS
timeLineiOS copied to clipboard
UILabel mas_makeConstraints Problem
I got this error, how can i fix this?
"-[UILabel mas_makeConstraints:]: unrecognized selector sent to instance 0x15160cea0 *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UILabel mas_makeConstraints:]: unrecognized selector sent to instance 0x15160cea0' *** First throw call stack: (0x18702659c 0x1977840e4 0x18702d664 0x18702a418 0x186f2eb6c 0x1000ccc80 0x1000ced4c 0x1000cd49c 0x1000bb624 0x1009f0e30 0x1009f0df0 0x1009f575c 0x186fddfa4 0x186fdc04c 0x186f090a4 0x1900ab5a4 0x18b83e3c0 0x1000bfbb0 0x197df2a08) libc++abi.dylib: terminating with uncaught exception of type NSException (lldb) "
solved it by deleting masonry and add it again through cocoapod.