Xcode project was destroyed after renaming and restoring (app cleaned up and running at the same time and schematics broke)

Did I rename my app from "App Name"? to "Application name", removing the question mark and apostrophe to prevent the error "An already signed resource has already been added, changed, or removed." However, at some point, the project seemed to clean up and tried to build / run at the same time, resulting in the build failing. So I closed and reopened Xcode and the project is now broken. I can't save it or create it or clear it (these options are all grayed out in the menu). It shows a wheel next to my project and says my device is not eligible, preventing me from switching to any simulators.

I add, when I try to change the name of the application in the File Inspector and press Enter, the following popup appears:

http://i.imgur.com/vfLMzlG.png

Does anyone know how to fix this?

EDIT: So I think I figured out that it has something to do with Schemes messed up. Here is a screenshot of my schematics:

http://i.imgur.com/4uOMg9d.png

So, is there a way to remove the other 2 circuits, leaving only one in the middle? This might solve my problem.

EDIT 2: So I solved the problem by going to Edit Schemes and changing the executable under Run to be the same as the schema I wanted to use, instead of Ask at Startup. Hope this helps someone in the future!

+3


source to share


1 answer


So I solved the problem by going to Edit Schemes and changing the executable under Run to be the same as the schema I wanted to use instead of Ask at startup. Hope this helps someone in the future!



+14


source







All Articles