justinmfischer/7blur

Attaching via cocoapod failing

Opened this issue · 1 comments

Crashes on xib load when imported via cocoapod. You should use:

[NSBundle bundleWithIdentifier:@"7blur"]

Instead of

[NSBundle mainBundle] 

Also you should specify resources in podpec. Currently attaching via pod is not working at all.