I recently opened project in Xcode is now saying I have No Scheme
:
This worked for me
If you are using pods and using the correct workspace what I found to work best is simply open up terminal run pod update restart Xcode and every time it fixed the problem for me.
Close Xcode and delete the folder <username>.xcuserdatad
from within <projectname>.xcodeproj/xcuserdata/
. Then restart Xcode, the schemes should re-appear.
EDIT:
You may need to delete from .xcodeproj
file and .xcworkspace
file
I will add to this answer::: From @Chris Miles.
Close Xcode and delete the folder <username>.xcuserdatad from within <projectname>.xcodeproj/xcuserdata/. Then restart Xcode, the schemes should re-appear.
Close Xcode, and everything, about ios development like simulators, then run again you pod install if you are using cocoa pods.
That's works for me.
In my case I missed }; in project.pbxproj after resolving conflicts
I have Removed pod completely from my project and adding it again.. retrieved my target and all