Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scheme failed to load due to an error

Something wrong has happened with a small test project I'm working upon. I can't build, run, test or clean it. When I pick Product item in Xcode's menu the corresponding options are grayed out. If I'm trying to test it or edit the scheme, then I see the following:

Xcode 6 - enter image description here

Xcode 5 - enter image description here

What is that? Did you ever meet such an issue?

like image 559
Andrey Chernukha Avatar asked Nov 06 '14 16:11

Andrey Chernukha


2 Answers

This error usually occurs when your .xcscheme file conflicts.Resolve the conflict and restart Xcode can be solved.

like image 59
胡童心 Avatar answered Sep 28 '22 03:09

胡童心


I had similar issue before. Just add new scheme and remove the one having error.

like image 21
Tim Avatar answered Sep 28 '22 02:09

Tim