Reputation: 22518
I have followed a tutorial on iOS-Framework. On the last part "Developing the Framework as a Dependent Project", I have created the framework project and a test project which includes the framework.
However, when I try to open at the same time both projects in XCode, I am getting :
Cannot open "MyLib.xcodeproj" because it is already open in another workspace.
How can I develop my framework and test it every 30 seconds like all the developers do?
I am using XCode 4.6.2
.
Upvotes: 3
Views: 1656
Reputation: 22518
The solution is to create an XCode workspace:
I found the workspace documentation in the XCode User Guide.
Upvotes: 4