I am trying to implement BWWalkthrough in my project. However I get an error stating
Unknown class _TtC20BWWalkthroughExample27BWWalkthroughViewController in Interface Builder file.
Could not cast value of type 'UIViewController' (0x195bca580) to 'AppName.BWWalkthroughViewController' (0x10042c3a0).
(lldb)
It is pointing at the below code
let walkthrough = stb.instantiateViewControllerWithIdentifier("walk") as! BWWalkthroughViewController
I don't know why this is happening. Any help would be appreciated.
Also feel free to ask for more code from my project.
Your storyboard doesn't seem to be linked to a BWWalkthroughViewController
. Find where the view controller should be a BWWalkthroughViewController
, and check if it is one.
I have same issue.
I can fix to set BWWalkthroughViewController, not BWWalkthroughPageViewController in my walthrough storyboard.
I had a similar issue
Unknown class WelcomeViewController in Interface Builder file. Could not cast value of type 'UIViewController' (0x7fff898d1f50) to 'SimpleLoginApp.WelcomeViewController' (0x108864c48).
Was able to resolve it by following these steps:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With