I created a project in which I use one .a file (static library). In this .a file, I have some views that I want to use on the Storyboard in my example. If I associate my view in Storyboard with this view, it displays a “ Design Error ” in the Storyboard, but it works fine while working in the simulator and device. For testing purposes, I created one object class of the class, in my example, then I did the same process, and then worked perfectly, I see that my presentation design is in the Storyboard.
So how to solve this?
source
share