vandadnp/iOS-8-Swift-Programming-Cookbook

Could not load NIB in bundle

hiengithub opened this issue · 1 comments

I got it when build "Feeding Custom Cell to Collection View Using .xib File " in iOS 8 Cookbook.

Message: "Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: ... "

How to fix it ?
Thanks

i got it, class's name and name of .xib not correct,
i fixed it and it's working.