Xcode won't open organizer
I am trying to submit my application to the app store. When I click Product> Archive, it goes through the build archiving process, but after that it doesn't open the organizer screen. Also, when I click Window> Organizer, my computer switches desktops but doesn't open a new window. Why is this happening and how can I fix it?
Just ForceQuit your Xcode, simulator and reopen Xcode. Create the project again and open Organizer.
For me, for some reason, in the edit schema, under the run option and info tab, Executable is selected as none. Changing this to appName.app it worked.
So, after none of the suggested solutions here and elsewhere solved my problem, I was finally able to fix it myself.
For some reason, the circuit was wrong. To fix this, I clicked on the product name -> Scheme -> Application.
After that, it worked as expected.