I\'m running Xcode 6.1 and I have been using IB_DESIGNABLE with IBInspectable for quite a few projects already but all of the sudden it just doesn\'t work anymore. I have create
If you are sure that you set all the setters right, and if you imported some other SDKs in your project and you are getting this issue,
check 'Linked Frameworks and Libraries' in Target - General.
After I correctly linked some SDK frameworks, the error went away.