I made a ViewController for my app that turned out to be more work than I can deal with right now. However I want to save the work for a future version.
My problem is that right now I'm getting the warning:
".../Main.storyboard: warning: Unsupported Configuration: “Calendar“ is unreachable because it has no entry points, and no identifier for runtime access via -[UIStoryboard instantiateViewControllerWithIdentifier:]."
Is there any way to make this warning go away without outright deleting the View Controller? I looked for an attribute to simply deactivate / disable the ViewController, but it doesn't seem possible. Can I then trick Xcode into thinking that it's accessible even when it's not?