Reputation: 2446
I deleted Main.Storyboard. I recovered it by dragging it back to the project in xcode. However, now it does not show in Base.Iproj (other than that everything is working).
I tried moving it back to Base.Iproj but when I do that, nothing shows in xcode.
What do I need to do to restore the project?
Upvotes: 0
Views: 162
Reputation: 12617
First move the Storyboard
file to Base.Iproj
, then drag it to project in Xcode. This will add the file to the project properly.
Upvotes: 1