rsattar / CLTokenInputView

A replica of iOS's native contact bubbles UI
MIT License
504 stars 127 forks source link

Cocoapods and use_frameworks #13

Open oscarvgg opened 8 years ago

oscarvgg commented 8 years ago

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.

rsattar commented 8 years ago

Thanks for the note @oscarvgg I'll check it out. Anyone else who has used this with swift want to chime in? @mergesort ? :wave:

mergesort commented 8 years ago

@rsattar I haven't used it in Swift, Objective-C only.

rsattar commented 8 years ago

@oscarvgg Were you ever able to get this working in Swift with CocoaPods and use_frameworks?