vandadnp / iOS-8-Swift-Programming-Cookbook

This is the GitHub repository of O'Reilly's iOS 8 Swift Programming Cookbook
1.35k stars 481 forks source link

Could not load NIB in bundle #18

Closed hiengithub closed 9 years ago

hiengithub commented 9 years ago

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

hiengithub commented 9 years ago

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