I've created a new project to test my real scenario, the thing is simple. I have a UILabel on my Storyboard selected as Attributed and changed some attributes like font and foreground color in order to simulate my real case. Then, added a new UILabel but this time selected as a plain text. From there, I've selected the option to localize the Storyboard in English and Spanish but the resulting String files just contain the text of UILabel plain type, leaving out the Attributed ones.
I've tried to generate a new storyboard from start, using the most recent version of XCode but stills not working.
Is there something that i’m missing?