Search code examples
iosxcodexcassetxcode6.4

I just deleted my Images.xcassets folder from my Xcode project


I added a image template or something like that to my Images.xcassets folder. I didn't want it so I tried to delete it and ended up deleting the whole file with the all references by accident. How do I fix it? I tried to do what was suggested in this post, but the file was empty with nothing in it. Does the file not show any thing?


Solution

  • What I did in the end because I had all the code and the app wasn't vary large is I made a new project and transferred everything. Then I created a git repository for if it happens again.