Do we need to check in *.xcuserstate?

ios, version-control, xcode

Solution

No, you should ignore that file from source control. It's a user-specific file used by Xcode to set up your workspace for you, so you're right that it's not part of the source code.

Problem

I am wondering do we need to checkin *.xcuserstate file? I think it is not part of source code? But maybe it is important to maintain it in the source control?

Original source

Related problems