I'm having difficulty using IB_DESIGNABLE in a container.
I created a custom view, which I designated IB_DESIGNABLE , and created a sample project that uses it. There are no problems at the moment.
The problem occurs when adding this custom view as a pod dependency. Despite the fact that the project is being built and works successfully, an error occurs when a storyboard is opened using a custom view. The Live Rendering process starts and tries to display the live view inside the interface builder, but it does not work with the following error:

This is too bad because we are losing Live Rendering, which, in my opinion, is one of the best features of Xcode 6.
- Cocoapods gem version: 0.34.4
- Xcode Version: 6.1 (6A1052d)
I tried other projects that use IB_DESIGNABLE and have podspec :
Someone else had the same problem in Estimote - Local location error , but the solution described means the loss of Live Rendering capabilities.
Could anyone use the IB_DESIGNABLE component via Cocoapods?
Error: "Failed to load features from path (null)"
ios objective-c xcode6 ibdesignable
Edgar Oct. 25 '14 at 9:53 on 2014-10-25 21:53
source share