ccgus / fmdb

A Cocoa / Objective-C wrapper around SQLite
Other
13.84k stars 2.77k forks source link

No such module FMDB when build #392

Open hanjt opened 9 years ago

hanjt commented 9 years ago

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 commented 8 years ago

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 commented 8 years ago

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