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

No such module FMDB when build #392

Open
hanjt opened this issue Jul 23, 2015 · 2 comments
Open

No such module FMDB when build #392

hanjt opened this issue Jul 23, 2015 · 2 comments

Comments

@hanjt
Copy link

hanjt commented Jul 23, 2015

Hi, my project's programming language is swift. I installed FMDB using CocoaPods and added FMDB in the bridge header file. When I build the project it happened an error "no such module FMDB ".

I downloaded FMDB and added it in my project, then I build the project successful. I don't know why FMDB can't installed using CocoaPods when programming language is swift. Please help me. Thank you.

@vvit
Copy link

vvit commented Aug 10, 2015

Not sure what's going on in master branch but this worked for me:
pod 'FMDB', :git => 'git@github.com:ccgus/fmdb.git', :commit => '15c5966bd94ddbfe09d696d50e123d2e5cb2864b'

UPD. Actually use this line: pod 'FMDB', :git => 'git@github.com:ccgus/fmdb.git', :branch => 'swiftFramework'

@RyanKim01
Copy link

@vvit, Your answer solved the problem. I don't know why master branch is still not working

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

3 participants