Storyboard doesn't contain a view controller with identifier 'Foo'
Storyboard doesn't contain a view controller with identifier 'Foo'
- Subject: Storyboard doesn't contain a view controller with identifier 'Foo'
- From: Rick Mann <email@hidden>
- Date: Tue, 13 Nov 2012 02:57:13 -0800
I've been converting my app to use Storyboards. Everything's been going fine, 'till I added one of the view controllers with a push segue from a dynamic cell in a previous view controller.
When I tap on the cell, I get an exception with this message: Storyboard doesn't contain a view controller with identifier 'Foo', where 'Foo' is an auto-generated identifier. If I set the Storyboard ID in the storyboard for the target VC, the message changes to that ID. Clearly the view controller is there. Why doesn't it find it?
I found a lot of stuff about this with a google search, but it always had to do with people trying to programmatically instantiate the VC using the identifier. One person said it was a bug in Xcode that could only be worked around by re-creating the project. That's a lot of work for this project; I'd rather not do that.
I've never had to do anything regarding the identifier before. Any idea how to fix this?
--
Rick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden