IBInspectable: extracting data from value failed

218 Views Asked by At

I have built a library that adds a view to the screen and allows the developer to customize its appearance by entering custom values in IBInspectable fields.

It used to work just fine, except when I added the localizable branch. I noticed that the custom values entered in the storyboard aren't applied to the view.
I started debugging and printed the IBInspectables' values. Xcode gave me this:

extracting data from value failed

Any idea why that's happening, and what I can do about it?

0

There are 0 best solutions below