Can't ignore UserInterfaceState.xcuserstate

后端 未结 12 2144
既然无缘
既然无缘 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:05

    This works for me

    1. Open the folder which contains the project file project.xcworkspace from the terminal.

    2. Write this command: git rm --cached *xcuserstate

    This will remove the file.

提交回复
热议问题