Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cocoapods and use_frameworks #13

Open
oscarvgg opened this issue Oct 27, 2015 · 3 comments
Open

Cocoapods and use_frameworks #13

oscarvgg opened this issue Oct 27, 2015 · 3 comments

Comments

@oscarvgg
Copy link

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
Copy link
Owner

rsattar commented Oct 28, 2015

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

@mergesort
Copy link

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

@rsattar
Copy link
Owner

rsattar commented Mar 23, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@rsattar @mergesort @oscarvgg and others