SKLabelNode and attributedText

I was trying to use attributedText (NSAttributedString?) on a SKLabelNode in order to in-line some graphics with text. It does not seem to work.


Same code but using an UILabel is just fine. Is it true that SKLabelNode's attributedText does not support in-line graphics?