Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

NSInternalInconsistencyException - Could not load NIB in bundle with name PageView

Although I have been trying for so long, it seems that I have to put the name PageView in some place, I don't know where. Anyone can help me with this issue? I am experiencing this issue when I run the project following all the steps of this video.

1 Answer

If you know you put text somewhere that shouldn't be in your project, but you can't find it anywhere, a cool trick is to use Find > Find in Project, and search for the text you're looking for

The problem is that I don't know where I have to write the name in the storyboard or in the code in order to connect the name with this nib. It is the first time that I am using a nib. I think that could be like when you use a name in the view controller (storyboard) and then you instantiated it with this name in your code. Or when you use a segue with an identifier to call another view controller in the code.