Sandeep
Sandeep

Reputation: 7334

What is xcscheme file? What is it purpose?

I am a newbie learning the iOS.

Can someone please explain what is the purpose of the xcscheme file?

Upvotes: 28

Views: 21528

Answers (1)

Michael Dautermann
Michael Dautermann

Reputation: 89509

What's inside the xcscheme file? These are the actions and configurations that happen when you build, run, test, profile, etc. These can be changed from Xcode user to user, which makes it friendly for using on multi-developer projects.

These are the same items you see within Xcode when you click on the "Edit Scheme" popup menu choice:

Edit Scheme

Upvotes: 38

Related Questions