Best solution for "No Scheme" issue in Xcode 4 after defected merging git branches

git, ios, merge, xcode4

Solution

When Schemes shows "No Scheme" option, Click on

`No Scheme` -> `Manage Scheme` -> then click the button `Autocreate Schemes Now`

Problem

Got the "No Scheme" issue after merging the conflict issue Auto-merging SampleProject.xcodeproj/project.pbxproj CONFLICT (content): Merge conflict in SampleProject.xcodeproj/project.pbxproj Automatic merge failed; fix conflicts and then commit the result. Definitely I took some defected operations when merging the conflicts. The question is that does there has any best solution to fix the "No Scheme" issue in this kind of case.

Original source