You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Great job with this library. I've used it before on other projects. However now I'm having a little problem when using it with swift.
I installed the library using cocoapods and imported the framework in my bridge file as #import <CLTokenInputView/CLTokenInputView.h> (I need to use the use_frameworks flag for other frameworks I'm using in my project). Even though the bridge file is not complaining, I can't see CLTokenInputView from my swift classes.
What am I doing wrong?
Thanks for your help in advance.
The text was updated successfully, but these errors were encountered:
Hi. Great job with this library. I've used it before on other projects. However now I'm having a little problem when using it with swift.
I installed the library using cocoapods and imported the framework in my bridge file as
#import <CLTokenInputView/CLTokenInputView.h>
(I need to use the use_frameworks flag for other frameworks I'm using in my project). Even though the bridge file is not complaining, I can't see CLTokenInputView from my swift classes.What am I doing wrong?
Thanks for your help in advance.
The text was updated successfully, but these errors were encountered: