Xcode: Dragging a Project to a Workspace shows tiny .xcodeproj file in Project Navigator. What’s wrong?

Be sure you don’t have the project already open in another window. Xcode only lets you open a project one time. I’ve made this mistake a lot when working on a framework then trying to add it to an application.

Simply close the project you’re trying to drag in’s window and everything will be happy.

Leave a Comment