Hi, if I use FontLabel inside a static library the class FontLabel crashes on line 156:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[ZAttributedString sizeConstrainedToSize:lineBreakMode:numberOfLines:]: unrecognized selector sent to instance 0x633e670'
In another hand if I use FontLabel without static library, inside the main project, works great.
Any ideas?
Hi, if I use FontLabel inside a static library the class FontLabel crashes on line 156:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[ZAttributedString sizeConstrainedToSize:lineBreakMode:numberOfLines:]: unrecognized selector sent to instance 0x633e670'
In another hand if I use FontLabel without static library, inside the main project, works great.
Any ideas?