so I messed up the project I was working from a couple of months. I was about to submit my app on the App Store, but then I changed the name of the file on my desktop and now the entire thing isn't working. now, there is a new folder in the same directory with the xcworkspace, but its all really messed up. for reference, the old name of the file was moodcal and the new name is ven. both the folders look the same in finder, but when I click on the one in moodcal, I see this, and the files cannot be opened. moodcal and Ven looks like this, but I cannot do anything inside ven I could always make the whole project again as I have the code files, but that would take a lot of time, and I didn't use source control. any help would be appreciated.
Asked
Active
Viewed 258 times
0
-
I feel so stupid- I spent such a long time making this. – Uditi Apr 22 '20 at 13:43
-
Maybe this could help you https://stackoverflow.com/questions/33370175/how-do-i-completely-rename-an-xcode-project-i-e-inclusive-of-folders – NicolasElPapu Apr 22 '20 at 13:43
-
well I already made the mistake, I cannot open the app anymore. – Uditi Apr 22 '20 at 13:49
-
In your "moodcal" photo i can see your project, try clicking the blue file and go to file inspector and change its name. You can also try changing the name back to what it originally was and then refactor the name correctly. Also you should always use some kind of source control like git. – NicolasElPapu Apr 22 '20 at 14:54