I’m having an issue to which I haven’t been able to find a solution just by searching here or on Google.
I’m building a project which is shared by multiple developer
I fixed this issue by just resolved all warnings related to storyboard. For example: 1. I deleted unused prototype cell in TableView, because it will cause warning about something like "No reuse Identifier". 2. I deleted unused view controller.