0

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?

zevij
  • 2,416
  • 1
  • 23
  • 32

1 Answers1

1

First move the Storyboard file to Base.Iproj, then drag it to project in Xcode. This will add the file to the project properly.

Nishant
  • 12,529
  • 9
  • 59
  • 94