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 protected])

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to