When trying to test the UIPageViewController , which is new in iOS 5, I ran into the following problem:
'NSInvalidArgumentException', reason: 'Storyboard doesn't contain a view controller with identifier 'SomeController'
The fact is that SomeController definitely part of the project and attached to the view in the storyboard.
I tried to reconnect it, clear the project, reload everything and so on. Does not work.
This seems like an exotic mistake, because I did not receive a single blow, but was looking for it. Does anyone know what could be causing?
source share