I get this error
[<UIViewController 0x8ab1f80> setValue:forUndefinedKey:]:
this class is not key value coding-compliant for the key
when I load my storyboard from a bundle. I have a label connected from my storyboard to the controller. But when I disconnect it, it works fine.
The solutions given here works 'iOS - Linking framework storyboard to ViewController for use in main project' but I cannot set it as I have another framework in my bundle. I have added the storyboard in my info.plist
, still not working. Any help is much appreciated. Thank you