What is “UserInterfaceState.xcuserstate” file in Xcode project?

前端 未结 3 1482
攒了一身酷
攒了一身酷 2021-02-01 13:33

I use svnX.

When importing project, I check \"no ignore\" option. (for importing libOAuth.a, ...)

But one file is causing a small problem.

3条回答
  •  我在风中等你
    2021-02-01 13:56

    I recommend ignoring files that match these patterns:

    *.xcuserstate
    project.xcworkspace/
    xcuserdata/
    

    Basically, the only thing under MyProject.xcodeproj that you want checked in is project.pbxproj.

提交回复
热议问题