1. 退出xcdoe, 打开终端(Terminal),进入到你的项目目录下
  2. 在终端输入如下代码
  3. git rm --cached *.xcuserstate
    git commit -m "Removed cached files"
    git push
  4. 下次Xcode commit就不会包括user interface state

相关文章:

  • 2021-09-11
  • 2022-12-23
  • 2021-09-28
  • 2021-07-05
  • 2021-07-24
  • 2022-02-13
  • 2022-12-23
猜你喜欢
  • 2022-01-18
  • 2021-06-25
  • 2022-02-07
  • 2021-08-17
  • 2021-12-17
相关资源
相似解决方案