Hello! I need help with a "Command LinkStoryboards failed with a nonzero exit code" error. I have tried almost everything imaginable: I have deleted the storyboard causing the issue, created a new storyboard with a new name, create a new app, redownloaded Xcode, etc. Basically, anytime I try to create a segue to a storyboard reference I get this error. I don't know what's causing it and I could really use some assistance.
"Command LinkStoryboards failed with a nonzero exit code" Error
Update on the issue: for some reason the error only occurs when I am trying to segue from my main storyboard. What could be the reason for this?
Had the same problem, what worked for me was marking the view controller of the storyboard as Initial View Controller in the Attributes inspector.