I am building an app right now and using storyboards for the user interface. Storyboards were working great until about a week ago. Suddenly, they began to give me trouble. I posted a couple of Stack Overflow question regarding issues about storyboards. I have been experiencing all of the following issues:
- Actions connect as
AnyObject
instead ofAny
when connecting them from storyboard. - I receive an error
unrecognized selector sent to instance 0x7fb80e92bc00
due to objects not connecting from storyboard to source code. - Unwind Segues do not work. When I try to connect one, it doesn't even show any available.
- I cannot select any of my
UIViewControllers
from the dropdown menu under the Identity inspector which I discussed more about in this question. - Inherit module from target does not get automatically selected in Interface Builder.
Here are the following things I have tried:
- Clean the build folder.
- Restart Xcode.
- Restart my MacBook.
- Delete derived data.
- Tried a different storyboard.
- Deleted some of the files that were giving me trouble (which is no longer an option as all files are giving me trouble).
New issues pop up everyday and it is getting more difficult to build my app when these issues occur. Why is this happening and is there any solution available?