I have been working on the application for a long time and now, I got this:
"Could not find a storyboard named MainStoryboard in the NSBundle bundle."
I have similar questions here on StackOverflow, and I tried everything, including: - Renaming the storyboard file - Re-adding the storyboard file - Clear the project - Reset contents and settings on the simulator
I also checked the plist file and the Bundle copy resources and the storyboard name, as it should be. None of this works.
I am developing an application with a friend and we are using Git. The strange thing is that the same version is great for him.
However, in the Copy Bundle resources, MainStoryboard.storyboard and InfoPlist.strings are red. But they were red for a long time without any problems. And my friend (for whom the project works great), they are also red.

Ideas?
source
share