NSAttributed string issue

When I assign an NSMutableAttributedString to a NSAttributedString I am getting error
Code Block
-[UICTFont textBlocks]: unrecognized selector sent to instance

There must be something wrong with the string but I cannot find any documentation that might explain this. Does anyone know what the error means?
Answered by Easiwriter in 669652022
Thanks for your response. I had indeed set an incorrect attribute. One of those stupid mistakes you can stare at for hours and not see!!
That may happen when you set an invalid value to any of the attributes.
Can you show how you created the NSMutableAttributedString?
Accepted Answer
Thanks for your response. I had indeed set an incorrect attribute. One of those stupid mistakes you can stare at for hours and not see!!
NSAttributed string issue
 
 
Q