Setup:
Xcode 4.3.1 (or 5.x)
OS X 10.7.3
I have reproduced this issue on two separate late-model Macs with this setup.
Steps:
- Create a new Mac "Cocoa Application" Xcode Project.
File > New > Project…
Name it "MyApp". - Create a new Workspace:
File > New > Workspace…
Name it "MySuite". - Drag
MyApp.xcodeproj
file from the Finder into the Project Navigator of "MySuite" Workspace.
Expected:
The Project Navigator of the "MySuite" Workspace should now show a full sub-Project for "MyApp" with Source, Targets, etc.
Actual:
"MySuite" Workspace Project Navigator shows a tiny MyApp.xcodeproj
item in the Project Navigator. (see screenshots)
Dragging:
Result:
What am I doing wrong in trying to add a Project to a Workspace?