pikacode/EBBannerView

使用cocoapods导入项目会引起闪退

Closed this issue · 2 comments

原因,在pods中的xib不是属于mainbundle的

修改:
EBBannerView.m 46行
NSBundle *bundle = [NSBundle bundleForClass:self.class];

EBBannerViewController.m 19行
NSBundle *bundle = [NSBundle bundleForClass:self.class];

可以解决

多谢指出 😊

已经解决问题并重新发布了版本