Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Get Xcode to Not Automatically Open Previously Opened Projects

Tags:

xcode

So, I opened a xib file from an older project and it caused a crash. That's not the issue. The issue is that now when I restart Xcode, it tries to open all previously opened projects (and files) and the crash re-occurs. Where does Xcode store the list of previously open files, and how can I get it to start 'clean' without any open projects?

Update: As a note - this is the latest version of Xcode 4.2 on Lion.

like image 688
dtuckernet Avatar asked Nov 08 '11 16:11

dtuckernet


People also ask

How do I close an Xcode project?

Open Xcode and go to File --> Open Recent . From there select Clear Menu . This will remove the shortcut to your most recent projects. Close Xcode and reopen it.

How do I open an existing project in Xcode Mac?

Navigate to the project file in the Select Xcode project file dialog, and then choose Open. In the Import from Xcode wizard, choose Next.


1 Answers

Press option+Shift when clicking on the Xcode icon in the dock. Xcode then starts without opening previously used projects. This is related to version Version 4.5.2 (4G2008a) but I am almost sure that I used it in older versions as well.

like image 96
Kay Avatar answered Sep 18 '22 08:09

Kay