Can't ignore UserInterfaceState.xcuserstate

后端 未结 12 2139
既然无缘
既然无缘 2020-12-22 14:08

I\'m using Git for Xcode 4 project version control. I\'ve explicitly added ProjectFolder.xcodeproj/project.xcworkspace/xcuserdata/myUserName.xcuserdatad/UserInterface

12条回答
  •  离开以前
    2020-12-22 15:07

    All Answer is great but here is the one will remove for every user if you work in different Mac (Home and office)

    git rm --cache */UserInterfaceState.xcuserstate
    git commit -m "Never see you again, UserInterfaceState"
    

提交回复
热议问题