Failed to load schema due to error

Something happened with a small test project I'm working on. I cannot build, run, test or clean it. When I select an item Productin the Xcode menu, the corresponding options are inactive. If I try to test it or change the circuit, I see the following:

Xcode 6 - enter image description here

Xcode 5 - enter image description here

What is it? Have you ever encountered such a problem?

+4
source share
2 answers

I had a similar problem. Just add a new circuit and remove the error with the error.

+2
source

This error usually occurs when your .xcscheme file conflicts. Expand the conflict and restart Xcode.

+3

All Articles