I am very new to iOS development. Recently, I've downloaded one open-source project code online and enhanced it more with my own logic and code. Now, I wanted to rename it and for that, I've followed this thread for a step by step process: How do I completely rename an Xcode project (i.e. inclusive of folders)?
When I run the project, it was showing the missing view controllers error. So, I've updated the each view controller's path to the new updated project folder (VC's Path). Now, the errors are gone and app is working fine but I am getting 2 copies of my project in the navigator. When I am trying to delete the 2nd project, Its deleting both the projects. I don't know what's happening to it.
[Error Image]