0
votes

I'm trying to rebuild the Basic Example and whenever I start my application I end up with following error message:

Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIView 0x16d838b0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key topViewControllerStoryboardId.' *** First throw call stack:

I just don't know where to keep looking.

2

2 Answers

1
votes

As you said you are trying to rebuild an application, there must be some links/connections left with your nib/xib/storyboard file.Right now i dont have MAC, but in your storyboard file, check relation inspector (Last option where attribute & identity inspectors are there). There must be some relations left. Check it & let me know if its not working

0
votes

I figured it out, it was my bad. I accidentally selected the View within the Sliding Controller and added runtimes to the view instead of the controller...