I\'ve aded bridging header, specified in build settings the full path to it, bridging header was created automatically. After this, i\'ve included my obj-c header files in i
Follow these steps:
If followed the above steps, and still have the error. It is probably that you didn't declare a class named BL_KeyChainWrapper in BL_KeyChainWrapper.h. Make sure in your BL_KeyChainWrapper.h, you have code like following:
@interface BL_KeyChainWrapper : BaseClass