I have a project using @IBDesignable to control view properties from the Storyboard and everything is working correctly. However, if I integrate pods and add the bridging file as described here (https://medium.com/swift-programming/swift-cocoapods-da09d8ba6dd2) the Storyboard no longer displays correctly. It displays a blank view in the place where I had my custom view with @IBDesignable. The pods work correctly, just I can't see my changes in the Storyboard. Reverting my changes and removing the pods, solves the issue?
Is there anyway to use CocoaPods and @IBDesignable together, or is this just a bug in Xcode6?