user93796
user93796

Reputation: 18379

How to change the container of scheme in xcode?

I am new to IOS development and am figuring to to this. How do change the container of scheme in xcode?

I want to change the scheme from project to workspace.

Could not find any option under : Product > Scheme > Manage Schemes

Upvotes: 4

Views: 1385

Answers (1)

Lily Ballard
Lily Ballard

Reputation: 185681

Select Product > Scheme > Manage Schemes. In the sheet that pops up, the cells in the "Container" column are actually dropdown menus. Click on the "Container" cell for the scheme in question, and select the new container.

Manage Schemes sheet

Upvotes: 4

Related Questions