CEWendel / SWTableViewCell

An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)
MIT License
7.13k stars 1.27k forks source link

After updating to CocoaPods 1.0 the headers are no longer found #392

Closed jlubeck closed 8 years ago

jlubeck commented 8 years ago

When I try to compile my project, I get an error on this line

#import <SWTableViewCell/SWTableViewCell.h>

saying File not found

It looks like it has something to do with your Podspec file according to some threads online. I'm trying to fix it myself and make a pull request, but wasn't able to do it just yet

jlubeck commented 8 years ago

nevermind, my podfile was screwed. Sorry!