Reputation: 4265
In my iOS application I deleted the .xcodeproj
file to remove it from git control and then I've add the same file few days later.
Now I have a storyboard which is the one from a few days and I have changed a lot on the storyboard. So how can I regenerate the correct storyboard back?
The thing is, that everything works if I start the application except that I can't work with the storyboard in this form.
For example a scene in my storyboard looks like this:
The white views are not displayed
Upvotes: 0
Views: 1205
Reputation: 3556
Add files to "your-project-name"...
Upvotes: 1