Search code examples
iosswiftxcodeibdesignable

IBDesignables - Build Failed


I'm trying to use some IB Designables I imported into a project, the designables are accessible via storyboard but don't do anything when used. I noticed a

Designables - Build Failed

under the identity inspector in the top right corner: Designables

Is there a way to make it so the designables are usable?


Solution

  • I found out what the issue was, I was importing the folder with the designables into the project. When I took the designables out of the folder and imported them individually it worked fine.