Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 4 hangs at "Loading Project"

Tags:

xcode4

I don't have much to go on... XCode 4 is hanging at startup with "Loading Project". My build fails but I can't access the errors. This is happening with a project that worked in a previous version of XCode. It also happens for new projects.

like image 781
Jon Lorusso Avatar asked Apr 05 '11 17:04

Jon Lorusso


1 Answers

I had a simliar issue. I deleted project.xcworkspace and xcuserdata inside the .xcodeproj directory and I was able to open the project file.

like image 166
Ben Dolman Avatar answered Sep 29 '22 06:09

Ben Dolman